Bug 117835

Summary: [CSS Regions] Move overset compute code from flow thread to named flow thread
Product: WebKit Reporter: Radu Stavila <stavila>
Component: CSSAssignee: Radu Stavila <stavila>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, mihnea, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch
kling: review+
Patch (included changes requested by Kling) none

Radu Stavila
Reported 2013-06-20 07:03:22 PDT
[CSS Regions] Move overset compute code from flow thread to named flow thread
Attachments
Patch (12.50 KB, patch)
2013-06-21 08:33 PDT, Radu Stavila
kling: review+
Patch (included changes requested by Kling) (13.30 KB, patch)
2013-06-21 09:11 PDT, Radu Stavila
no flags
Radu Stavila
Comment 1 2013-06-21 08:33:20 PDT
Andreas Kling
Comment 2 2013-06-21 08:52:13 PDT
Comment on attachment 205187 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205187&action=review r=me with a suggestion: > Source/WebCore/rendering/RenderRegion.cpp:136 > + ASSERT(node() && node()->isElementNode()); Maybe we could add an element() helper, to avoid having to check/cast all the time. > Source/WebCore/rendering/RenderRegion.cpp:146 > + ASSERT(node() && node()->isElementNode()); etc.
Radu Stavila
Comment 3 2013-06-21 09:11:37 PDT
Created attachment 205190 [details] Patch (included changes requested by Kling)
WebKit Commit Bot
Comment 4 2013-06-21 10:43:18 PDT
Comment on attachment 205190 [details] Patch (included changes requested by Kling) Clearing flags on attachment: 205190 Committed r151843: <http://trac.webkit.org/changeset/151843>
Note You need to log in before you can comment on or make changes to this bug.