Bug 308895
| Summary: | Web Inspector: Site Isolation: Page.frameNavigated should include loaderId from document identifier | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 306075 | ||
| Bug Blocks: | |||
Blaze Burg
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/171780834>
Radar WebKit Bug Importer
<rdar://problem/171780771>