NEW308891
Web Inspector: Site Isolation: Network domain initiator stack traces via IPC
https://bugs.webkit.org/show_bug.cgi?id=308891
Summary Web Inspector: Site Isolation: Network domain initiator stack traces via IPC
Blaze Burg
Reported 2026-02-28 11:43:45 PST
ProxyingNetworkAgent::requestWillBeSent currently creates a hardcoded Initiator with Type::Other. To support proper initiator information (script stack traces, parser URLs), ScriptCallStack/ScriptCallFrame need IPC serialization. Work items: - Add IPC serialization for ScriptCallStack / ScriptCallFrame - Update ProxyingNetworkAgent.messages.in RequestWillBeSent to include optional Initiator - Build Initiator in NetworkAgentProxy::willSendRequest - Forward through IPC and reconstruct in ProxyingNetworkAgent Radar cross-reference: rdar://143782685
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-04 16:02:37 PST
Note You need to log in before you can comment on or make changes to this bug.