[Webkit-unassigned] [Bug 39156] New: FrameLoader: refactor FrameLoader::createWindow() to be a non-member, non-friend function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 15 04:31:11 PDT 2010


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

           Summary: FrameLoader: refactor FrameLoader::createWindow() to
                    be a non-member, non-friend function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cjerdonek at webkit.org


The FrameLoader class shouldn't be responsible for creating windows.  Moving createWindow() out of the FrameLoader class is a good first step.  This will also increase encapsulation by reducing the number of public functions with access to FrameLoader's private data.

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