Bug 308891
| Summary: | Web Inspector: Site Isolation: Network domain initiator stack traces via IPC | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bburg, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 307975 | ||
| Bug Blocks: | |||
Blaze Burg
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/171758685>