Bug 119759 - Avoid painting every non-edge collapsed border twice over
Summary: Avoid painting every non-edge collapsed border twice over
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Robert Hogan
URL:
Keywords:
Depends on: 120074
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-13 10:49 PDT by Robert Hogan
Modified: 2014-06-02 09:57 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.38 KB, patch)
2013-08-13 11:51 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff
Patch (16.79 KB, patch)
2013-08-21 10:41 PDT, Robert Hogan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2013-08-13 10:49:55 PDT
..
Comment 1 Robert Hogan 2013-08-13 11:51:02 PDT
Created attachment 208662 [details]
Patch
Comment 2 Dave Hyatt 2013-08-14 10:50:25 PDT
Comment on attachment 208662 [details]
Patch

Please make a vertical-rl test case too.
Comment 3 Robert Hogan 2013-08-21 10:41:26 PDT
Created attachment 209286 [details]
Patch
Comment 4 Dave Hyatt 2013-08-21 11:23:41 PDT
Comment on attachment 209286 [details]
Patch

r=me
Comment 5 WebKit Commit Bot 2013-08-26 11:30:21 PDT
Comment on attachment 209286 [details]
Patch

Clearing flags on attachment: 209286

Committed r154622: <http://trac.webkit.org/changeset/154622>
Comment 6 WebKit Commit Bot 2013-08-26 11:30:23 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Maciej Stachowiak 2014-05-18 15:35:27 PDT
This patch caused https://bugs.webkit.org/show_bug.cgi?id=133057
Comment 8 Alexey Proskuryakov 2014-06-02 09:57:40 PDT
This patch got rolled out in <http://trac.webkit.org/r169532>. Do we still want this optimization? Please re-open if appropriate.