Bug 233908

Summary: Add SPI to load a resource in the context of a page
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Alex Christensen 2021-12-06 19:24:57 PST
Add SPI to load a resource in the context of a page
Comment 1 Alex Christensen 2021-12-06 19:27:44 PST
Created attachment 446111 [details]
Patch
Comment 2 Alex Christensen 2021-12-08 10:36:16 PST
Created attachment 446384 [details]
Patch
Comment 3 Tim Horton 2021-12-08 10:45:21 PST
Comment on attachment 446384 [details]
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 :)
Comment 4 Alex Christensen 2021-12-08 16:20:11 PST
http://trac.webkit.org/r286751
Comment 5 Radar WebKit Bug Importer 2021-12-08 16:23:10 PST
<rdar://problem/86239649>