Bug 309222
| Summary: | Web Inspector: Site Isolation: Page domain searchInResource / searchInResources across processes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | 306075 | ||
| Bug Blocks: | |||
Blaze Burg
Subtask of webkit.org/b/306075 (rdar://168716398).
Page.searchInResources must fan out search queries to all WebProcesses and aggregate results. Page.searchInResource must route to the correct WebProcess owning the target resource. In LegacyPageAgent, searchInResources also calls LegacyNetworkAgent::searchOtherRequests to search XHR/Fetch response data — this cross-agent coordination needs design in the proxying architecture.
Work items:
- IPC from ProxyingPageAgent to each WebProcess to run search
- Aggregate and deduplicate results in UIProcess
- Route single-resource search to correct WebProcess by frameId
- Handle cross-agent call to Network domain for XHR/Fetch responses
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/171782247>