Webkit - trac.webkit.org - WebKit
General Information:
Latest News:
Changeset [154681]: Web Inspector: Column Breakpoint not working, may be off by 1 ... 27 Aug 2013 | 07:13 pm
Web Inspector: Column Breakpoint not working, may be off by 1 https://bugs.webkit.org/show_bug.cgi?id=120334 Patch by Joseph Pecoraro <pecoraro@apple.com> on 2013-08-27 Reviewed by David Kilzer. ...
Changeset [154680]: [EFL] Added new accessibility expectations after r153798. ... 27 Aug 2013 | 06:41 pm
[EFL] Added new accessibility expectations after r153798. https://bugs.webkit.org/show_bug.cgi?id=120354 Unreviewed EFL gardening. Patch by Krzysztof Czech <k.czech@samsung.com> on 2013-08-27 pla...
Changeset [154679]: Switch some more code to element child/descendant iterators ... 27 Aug 2013 | 06:04 pm
Switch some more code to element child/descendant iterators https://bugs.webkit.org/show_bug.cgi?id=120355 Reviewed by Andreas Kling. Move from Traversal<ElementType>::next() and Traversal<ElementT...
Changeset [154678]: FocusController::focusedOrMainFrame() should return a reference. ... 27 Aug 2013 | 06:00 pm
FocusController::focusedOrMainFrame() should return a reference. <https://webkit.org/b/120339> Reviewed by Antti Koivisto. Now that Page::mainFrame() returns a reference, we can make this return a...
Changeset [154677]: [l10n] Updated Polish translation of WebKitGTK+ ... 27 Aug 2013 | 05:49 pm
[l10n] Updated Polish translation of WebKitGTK+ https://bugs.webkit.org/show_bug.cgi?id=119986 Patch by Piotr Drąg <piotrdrag@gmail.com> on 2013-08-27 Reviewed by Gustavo Noronha Silva. pl.po: up...
Changeset [154676]: Document's renderer is always a RenderView. ... 27 Aug 2013 | 05:31 pm
Document's renderer is always a RenderView. <https://webkit.org/b/120304> Reviewed by Darin Adler. Let's enforce this better by storing a RenderView* instead of a plain RenderObject*. We should s...
Changeset [154675]: grammar-markers.html and grammar-markers-hidpi.html pass even if element ... 27 Aug 2013 | 05:09 pm
grammar-markers.html and grammar-markers-hidpi.html pass even if element does not have grammar marker https://bugs.webkit.org/show_bug.cgi?id=119797 Reviewed by Ryosuke Niwa. After tenth attempts o...
Changeset [154674]: Font's fast code path doesn't handle partial runs correctly when kerning ... 27 Aug 2013 | 03:22 pm
Font's fast code path doesn't handle partial runs correctly when kerning or ligatures are enabled https://bugs.webkit.org/show_bug.cgi?id=100050 Reviewed by Darin Adler. Renamed m_characterIndex to...
Changeset [154673]: Implement DOM3 wheel event https://bugs.webkit.org/show_bug.cgi?id=94081 ... 27 Aug 2013 | 03:09 pm
Implement DOM3 wheel event https://bugs.webkit.org/show_bug.cgi?id=94081 Reviewed by Darin Adler. Source/WebCore: Add support for DOM Level 3 WheelEvent: http://www.w3.org/TR/DOM-Level-3-Events/#...
Changeset [154672]: Assertion while scrolling news.google.com ... 27 Aug 2013 | 03:00 pm
Assertion while scrolling news.google.com https://bugs.webkit.org/show_bug.cgi?id=115303 Reviewed by Anders Carlsson. Do not relayout when accessing script elements during painting. html/HTMLEmbed...