WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
312828
[Site Isolation] Web Inspector: FrameNetworkAgentProxy should map UncachedLoadType to specific ResourceType
https://bugs.webkit.org/show_bug.cgi?id=312828
Summary
[Site Isolation] Web Inspector: FrameNetworkAgentProxy should map UncachedLoa...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-27 16:10:11 PDT
<
rdar://problem/175714007
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug