WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 143632
176765
Web Inspector: Resource names should be less ambiguous
https://bugs.webkit.org/show_bug.cgi?id=176765
Summary
Web Inspector: Resource names should be less ambiguous
Joseph Pecoraro
Reported
2017-09-11 21:15:37 PDT
Resource names should be less ambiguous Example 1: Query string differences If a page loads: data.json?t=1 data.json?t=2 data.json?t=3 Each of these show up as: data.json data.json data.json would be nicer: data.json?t=1 data.json?t=2 data.json?t=3 Example 2: Ambiguous last path component Can happen with REST endpoints:
https://twitter.com/Skyrpex/status/905450335799570432
If a page loads: /api/user/913578 /api/group/78425 /api/comment/124123 Each of these show up as: 913578 78425 124123 Would be nicer: user/913578 group/78425 comment/124123
Attachments
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2017-09-11 21:29:41 PDT
Err this is a duplicate of: <
https://webkit.org/b/143632
> Web Inspector: Resources with the same name in different folders aren't distinguished *** This bug has been marked as a duplicate of
bug 143632
***
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