[Webkit-unassigned] [Bug 29512] New: Don't recalculate style when restoring from the page cache.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 17:45:24 PDT 2009


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

           Summary: Don't recalculate style when restoring from the page
                    cache.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


This code

        // Force a layout to update view size and thereby update scrollbars.
        m_client->forceLayout();

in void FrameLoader::commitProvisionalLoad() ends up performing forced style
recalc which is unnecessary and can be very slow.

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