[Webkit-unassigned] [Bug 222145] New: Serialize NSURLRequest (rather than CFURLRequest) in IPC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 17:07:04 PST 2021


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

            Bug ID: 222145
           Summary: Serialize NSURLRequest (rather than CFURLRequest) in
                    IPC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

When building on modern Cocoa platforms we should serialize the actual NSURLRequest, rather than bridging to CFURLRequest and serializing that. This allows us to send more state across IPC (since CFURLRequest has been largely unchanged in the past 5+ years and does not reflect all of the features of NSURLRequest).

-- 
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/20210219/4625fc22/attachment.htm>


More information about the webkit-unassigned mailing list