Bug 312828
| Summary: | [Site Isolation] Web Inspector: FrameNetworkAgentProxy should map UncachedLoadType to specific ResourceType | ||
|---|---|---|---|
| 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: | 310163 | ||
| Bug Blocks: | |||
Blaze Burg
FrameNetworkAgentProxy currently passes ResourceType::Other for all network events because UncachedLoadType does not map 1:1 to the protocol ResourceType enum. The correct resource type requires response headers (Content-Type) or the requesting context (script, img, etc.), which the proxy does not have at willSendRequestOfType time.
Once the proxy gets richer context (or Page.getResourceTree provides frame resource lists with types), this can be refined.
Depends on webkit.org/b/310163.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175714007>