Bug 309222

Summary: Web Inspector: Site Isolation: Page domain searchInResource / searchInResources across processes
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: 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
Reported 2026-03-04 22:18:45 PST
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
Radar WebKit Bug Importer
Comment 1 2026-03-04 22:19:00 PST
Note You need to log in before you can comment on or make changes to this bug.