WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
93577
Web Inspector: Resources Panel. Prepend domain name to frame names
https://bugs.webkit.org/show_bug.cgi?id=93577
Summary
Web Inspector: Resources Panel. Prepend domain name to frame names
Rob Colburn
Reported
2012-08-08 21:30:20 PDT
On the Resources Panel. Currently, Frames are shown as folders with a name that represents the end of their URL. While the end piece is useful, the domain would be extra helpful, though I'm not sure how difficult it is to parse the URL for it. Quick mock of what I'm hoping for (ignore the arrow):
https://bug-90288-attachments.webkit.org/attachment.cgi?id=150195
Attachments
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-08-09 23:44:26 PDT
We store URLs in parsed state. The problem is that there are a) frame names and b) frame urls. We show (a) and lastPathComponentOf(b). You screenshot shows some mixture of (a) and domainOf(b), lastPathComponentOf(b). How exactly do you want it to work? Also, domain name and be long and repetitive. It would be a waste to list it over and over again.
Rob Colburn
Comment 2
2012-09-07 08:43:48 PDT
Inspector seems to use the convention of "name (last component)" is consistent with the frame selector in the JS Console, so it's likely better to simply keep it. It would be nice to have the whole string, frame-name (frame-url) on the title string.
Brian Burg
Comment 3
2014-12-12 14:36:35 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
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