[Webkit-unassigned] [Bug 176765] New: Web Inspector: Resource names should be less ambiguous
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 11 21:15:37 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=176765
Bug ID: 176765
Summary: Web Inspector: Resource names should be less ambiguous
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: joepeck at webkit.org
CC: inspector-bugzilla-changes at group.apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170912/c74c3b5e/attachment.html>
More information about the webkit-unassigned
mailing list