[Webkit-unassigned] [Bug 135514] New: Layers need to be already updated before we call adjustViewSize()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 1 10:59:36 PDT 2014


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

           Summary: Layers need to be already updated before we call
                    adjustViewSize()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: hyatt at apple.com, koivisto at iki.fi


In FrameView::layout(), we currently call adjustViewSize() before updateLayerPositionsAfterLayout(). This is bad because adjustViewSize() can result in scrolling and painting, so layers need to have been fully updated at this point. In some cases we rely on updateLayerPositionsAfterLayout() to have been called to update RenderLayer pointers (e.g. for m_enclosingPaginationLayer) so it's really bad to not have done this by adjustViewSize time.

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