| Summary: | Add SPI to load a resource in the context of a page | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> | ||||||
| Component: | New Bugs | Assignee: | 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
Alex Christensen
2021-12-06 19:24:57 PST
Created attachment 446111 [details]
Patch
Created attachment 446384 [details]
Patch
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 :) |