WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
308894
Web Inspector: Site Isolation: Network domain interception
https://bugs.webkit.org/show_bug.cgi?id=308894
Summary
Web Inspector: Site Isolation: Network domain interception
Blaze Burg
Reported
2026-02-28 11:52:11 PST
Request/response interception requires synchronous-ish coordination between UIProcess and WebProcess. The WebProcess must pause the network load until the frontend responds via the UIProcess. Work items: - Add interception hooks to NetworkAgentInstrumentation interface - Forward setInterceptionEnabled, addInterception, removeInterception to WebProcesses - Implement interceptContinue, interceptWithRequest, interceptWithResponse as UIProcess-to-WebProcess commands - NetworkAgentProxy must hold pending requests until UIProcess resolves them - Handle process crashes gracefully (avoid deadlocks) Radar cross-reference:
rdar://143782685
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-03-04 15:54:18 PST
<
rdar://problem/171758110
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug