RESOLVED FIXED 148159
Cleanup outline-style: auto painting.
https://bugs.webkit.org/show_bug.cgi?id=148159
Summary Cleanup outline-style: auto painting.
zalan
Reported 2015-08-18 20:00:53 PDT
Remove pre-history logic and adjust html.css.
Attachments
Patch (7.75 KB, patch)
2015-08-18 20:02 PDT, zalan
no flags
Patch (13.12 KB, patch)
2015-08-18 20:49 PDT, zalan
no flags
Patch (13.43 KB, patch)
2015-08-19 14:29 PDT, zalan
no flags
zalan
Comment 1 2015-08-18 20:02:45 PDT
zalan
Comment 2 2015-08-18 20:03:10 PDT
EWS testing first.
zalan
Comment 3 2015-08-18 20:49:50 PDT
Simon Fraser (smfr)
Comment 4 2015-08-19 12:10:58 PDT
Comment on attachment 259344 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259344&action=review > Source/WebCore/ChangeLog:8 > + Old platform style required the focus ring to be painted with an offset. Would be nice if you could be more specific about the history of the code (like to specific trac revisions). > Source/WebCore/ChangeLog:12 > + This patch removes both the old logic and the workaround for getting rid of the unwanted offset. It also short-circuits RenderElement::paintOutline() when painting is disabled. Is that OK?
zalan
Comment 5 2015-08-19 14:29:25 PDT
zalan
Comment 6 2015-08-19 14:31:11 PDT
(In reply to comment #4) > Comment on attachment 259344 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=259344&action=review > > > Source/WebCore/ChangeLog:8 > > + Old platform style required the focus ring to be painted with an offset. > > Would be nice if you could be more specific about the history of the code > (like to specific trac revisions). Done. > > > Source/WebCore/ChangeLog:12 > > + This patch removes both the old logic and the workaround for getting rid of the unwanted offset. > > It also short-circuits RenderElement::paintOutline() when painting is > disabled. Is that OK? Focus ring painting is already short circuited the only behavior change is for non-auto outlines and I supposed they are not meant to be painted when painting is disabled.
WebKit Commit Bot
Comment 7 2015-08-19 15:09:36 PDT
Comment on attachment 259406 [details] Patch Clearing flags on attachment: 259406 Committed r188652: <http://trac.webkit.org/changeset/188652>
WebKit Commit Bot
Comment 8 2015-08-19 15:09:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.