Bug 132611 - [CSS Regions] Optimize the number of regions invalidations
Summary: [CSS Regions] Optimize the number of regions invalidations
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: Andrei Bucur
URL:
Keywords:
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2014-05-06 09:35 PDT by Andrei Bucur
Modified: 2014-05-06 10:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.07 KB, patch)
2014-05-06 09:41 PDT, Andrei Bucur
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2014-05-06 09:35:35 PDT
Right now we invalidate more than necessary when doing regions layout. Check for invalidation only after the height of the region is fully computed.
Comment 1 Andrei Bucur 2014-05-06 09:41:00 PDT
Created attachment 230912 [details]
Patch
Comment 2 Dave Hyatt 2014-05-06 09:43:02 PDT
Comment on attachment 230912 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-05-06 10:31:12 PDT
Comment on attachment 230912 [details]
Patch

Clearing flags on attachment: 230912

Committed r168363: <http://trac.webkit.org/changeset/168363>
Comment 4 WebKit Commit Bot 2014-05-06 10:31:15 PDT
All reviewed patches have been landed.  Closing bug.