[Webkit-unassigned] [Bug 36936] New: Factor DocumentSwitcher out of FrameLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 00:10:16 PDT 2010


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

           Summary: Factor DocumentSwitcher out of FrameLoader
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
            Blocks: 29947


FrameLoader does many things.  One of its core responsibilities is to switch
around m_documentLoader, m_provisionalDocumentLoader, and
m_policyDocumentLoader.  Unlike my previous patches (which moved "front-end"
code out of FrameLoader), this patch will move "back-end" code out of
FrameLoader.

DocumentSwitcher is intended to encapsulate write access to the document
loaders as well as m_state, as distinct from the various load* methods of
FrameLoader (which are closer to the front of the loading pipeline).

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