Bug 312828

Summary: [Site Isolation] Web Inspector: FrameNetworkAgentProxy should map UncachedLoadType to specific ResourceType
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: 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
Reported 2026-04-20 16:09:48 PDT
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
Radar WebKit Bug Importer
Comment 1 2026-04-27 16:10:11 PDT
Note You need to log in before you can comment on or make changes to this bug.