[webkit-reviews] review granted: [Bug 233908] Add SPI to load a resource in the context of a page : [Attachment 446384] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 8 10:45:21 PST 2021
Tim Horton <thorton at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 233908: Add SPI to load a resource in the context of a page
https://bugs.webkit.org/show_bug.cgi?id=233908
Attachment 446384: Patch
https://bugs.webkit.org/attachment.cgi?id=446384&action=review
--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 446384
--> https://bugs.webkit.org/attachment.cgi?id=446384
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=446384&action=review
> Source/WebKit/NetworkProcess/NetworkSession.h:197
> + virtual void requestResource(WebPageProxyIdentifier,
WebCore::ResourceRequest&&, CompletionHandler<void(const IPC::DataReference&,
WebCore::ResourceResponse&&, WebCore::ResourceError&&)>&&) { }
Seems like odd paragraphing :)
More information about the webkit-reviews
mailing list