[Webkit-unassigned] [Bug 109628] New: RenderQuote and RenderCounter should use tasks called before checking needsLayout()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 16:25:21 PST 2013


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

           Summary: RenderQuote and RenderCounter should use tasks called
                    before checking needsLayout()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: esprehn at chromium.org
                CC: eric at webkit.org, jchaffraix at webkit.org,
                    ojan at chromium.org, inferno at chromium.org


Instead of dirtying the needsLayout bits during layout like in RenderQuote::updateDepth() we should instead use some kind of pre-layout like task. Unfortunately running before a layout is not quite enough, we instead need to run anytime someone would check needsLayout() to guard a call to layout()

ex. Document::updateLayout() needs this.

-- 
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