[webkit-reviews] review granted: [Bug 222145] Serialize NSURLRequest (rather than CFURLRequest) in IPC : [Attachment 421042] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 19 17:20:49 PST 2021


Alex Christensen <achristensen at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 222145: Serialize NSURLRequest (rather than CFURLRequest) in IPC
https://bugs.webkit.org/show_bug.cgi?id=222145

Attachment 421042: Patch

https://bugs.webkit.org/attachment.cgi?id=421042&action=review




--- Comment #16 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 421042
  --> https://bugs.webkit.org/attachment.cgi?id=421042
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=421042&action=review

I'm assuming you've verified that NSURLRequest does encode
responseContentDispositionEncodingFallbackArray, cachePolicy,
protocolProperties, expectedContentLength, version, archiveList, and mimeType
where CFURLRequest does not.

> Tools/ChangeLog:10
> +	   and to test the updated IPC serialization for NSURLRequest.:q

:q


More information about the webkit-reviews mailing list