Bug 132120

Summary: [CSS Regions] Don't relayout when updating the region range unless necessary
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Andrei Bucur <abucur>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 128243    
Attachments:
Description Flags
Patch none

Description Andrei Bucur 2014-04-24 02:51:11 PDT
When we update the region range of a box we always relayout if the range has changed. This can be optimized in simple cases, when the box doesn't contain any trailing floats (that don't affect the height of the block).
Comment 1 Andrei Bucur 2014-05-14 06:06:23 PDT
Created attachment 231446 [details]
Patch
Comment 2 Antti Koivisto 2014-05-14 06:10:07 PDT
r=me
Comment 3 WebKit Commit Bot 2014-05-14 07:35:36 PDT
Comment on attachment 231446 [details]
Patch

Clearing flags on attachment: 231446

Committed r168836: <http://trac.webkit.org/changeset/168836>
Comment 4 WebKit Commit Bot 2014-05-14 07:35:39 PDT
All reviewed patches have been landed.  Closing bug.