[Webkit-unassigned] [Bug 173564] New: Cleanup FrameLoadRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 19 14:28:00 PDT 2017


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

            Bug ID: 173564
           Summary: Cleanup FrameLoadRequest
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: beidson at apple.com, darin at apple.com, sam at webkit.org

FrameLoadRequest has too many constructors. FrameLoadRequest should hold a Ref<SecurityOrigin> instead of a RefPtr<SecurityOrigin> as it is never passed a non-null SecurityOrigin object. We should also pass a Frame& instead of Frame* to the FrameLoadRequest constructor that take a frame as it expects the specified frame is non-null to be able to retrieve the SecurityOrigin of the document in the specified frame.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170619/d4924c0e/attachment.html>


More information about the webkit-unassigned mailing list