[Webkit-unassigned] [Bug 66142] [CSSRegions] RenderRegion should not reference a parent RenderFlowThread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 08:20:27 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66142





--- Comment #2 from Chiculita Alexandru <achicu at adobe.com>  2011-08-16 08:20:27 PST ---
> Created an attachment (id=104044)
 --> (https://bugs.webkit.org/attachment.cgi?id=104044&action=review) [details]
> Patch

The patch creates a dependency tree and adds a region to a flow thread only if it adds no circular dependency to this tree. 

The patch also moves the layout of the RenderFlowThreads to a separate method called RenderView::layoutRenderFlowThreads, so that all threads are done at the end of the RenderView layout.

It will also sort the regions, so that all the dependent RenderRegions are laid out before they are needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list