Bug 66566

Summary: [CSSRegions]Speed up RenderFlowThread repaint of regions
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch none

Description Mihnea Ovidenie 2011-08-19 09:21:54 PDT
Improve RenderFlowThread::repaintRectangleInRegions by bailing out earlier if in printing or the repaint rectangle is empty. In this case, there is no need to iterate all the regions.
Comment 1 Mihnea Ovidenie 2011-08-19 09:31:41 PDT
Created attachment 104517 [details]
Patch
Comment 2 Dave Hyatt 2011-08-19 11:33:26 PDT
Comment on attachment 104517 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-08-19 13:04:11 PDT
Comment on attachment 104517 [details]
Patch

Clearing flags on attachment: 104517

Committed r93432: <http://trac.webkit.org/changeset/93432>
Comment 4 WebKit Review Bot 2011-08-19 13:04:15 PDT
All reviewed patches have been landed.  Closing bug.