NEW308895
Web Inspector: Site Isolation: Page.frameNavigated should include loaderId from document identifier
https://bugs.webkit.org/show_bug.cgi?id=308895
Summary Web Inspector: Site Isolation: Page.frameNavigated should include loaderId fr...
Blaze Burg
Reported 2026-02-28 11:52:41 PST
ProxyingPageAgent::frameNavigated() IPC handler builds a Protocol::Page::Frame object but sets loaderId to an empty string. The loaderId should come from ScriptExecutionContextIdentifier (document ID) which is available in the WebProcess. The PageAgentProxy should pass the ScriptExecutionContextIdentifier through the frameNavigated IPC message, and ProxyingPageAgent should convert it to a protocol string for the loaderId field. Work items: - Add ScriptExecutionContextIdentifier parameter to ProxyingPageAgent.messages.in FrameNavigated - Pass document ID from PageAgentProxy::frameNavigated - Convert to protocol loaderId string in ProxyingPageAgent - Verify frontend navigation tracking works with the new loaderId Radar cross-reference: rdar://157031522
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-04 22:05:31 PST
Radar WebKit Bug Importer
Comment 2 2026-03-04 22:05:31 PST
Note You need to log in before you can comment on or make changes to this bug.