NEW308897
Web Inspector: Site Isolation: Page domain bootstrap script injection
https://bugs.webkit.org/show_bug.cgi?id=308897
Summary Web Inspector: Site Isolation: Page domain bootstrap script injection
Blaze Burg
Reported 2026-02-28 11:55:30 PST
Page.setBootstrapScript must forward the script to all WebProcesses for injection via didClearWindowObjectInWorld. New OOPIF WebProcesses must also receive the script. Work items: - ProxyingPageAgent stores script and forwards to all WebProcesses via IPC - PageAgentProxy::didClearWindowObjectInWorld evaluates stored bootstrap script - New WebProcesses receive bootstrap script on creation - Handle timing: script must be pre-cached in WebProcess to avoid IPC latency race Radar cross-reference: rdar://157031522
Attachments
Radar WebKit Bug Importer
Comment 1 2026-03-04 22:05:34 PST
Note You need to log in before you can comment on or make changes to this bug.