Bug 233908 - Add SPI to load a resource in the context of a page
Summary: Add SPI to load a resource in the context of a page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-12-06 19:24 PST by Alex Christensen
Modified: 2021-12-08 16:23 PST (History)
2 users (show)

See Also:


Attachments
Patch (18.33 KB, patch)
2021-12-06 19:27 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (19.36 KB, patch)
2021-12-08 10:36 PST, Alex Christensen
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>