WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48839
Web Inspector: display frame names in the resources panel.
https://bugs.webkit.org/show_bug.cgi?id=48839
Summary
Web Inspector: display frame names in the resources panel.
Pavel Feldman
Reported
2010-11-02 08:44:14 PDT
Patch to follow.
Attachments
[PATCH] Proposed change.
(17.22 KB, patch)
2010-11-02 08:48 PDT
,
Pavel Feldman
timothy
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2010-11-02 08:48:34 PDT
Created
attachment 72673
[details]
[PATCH] Proposed change.
Timothy Hatcher
Comment 2
2010-11-02 11:15:52 PDT
Comment on
attachment 72673
[details]
[PATCH] Proposed change. View in context:
https://bugs.webkit.org/attachment.cgi?id=72673&action=review
> WebCore/inspector/front-end/ResourceManager.js:487 > + var tmpResource = new WebInspector.Resource(null, frame.url);
Would be better just to factor out displayName so you don't need to make a Resource.
> WebCore/inspector/front-end/StoragePanel.js:863 > + subtitleElement.textContent = "(" + subtitle + ")";
Why the ()? Screenshot?
Pavel Feldman
Comment 3
2010-11-02 12:01:36 PDT
I will factor out displayName into resource manager. But so far it is using lastPathComponent parsing that is not so eary to extract (it uses Resource's field). Committing to
http://svn.webkit.org/repository/webkit/trunk
... M WebCore/ChangeLog M WebCore/inspector/Inspector.idl M WebCore/inspector/InspectorResourceAgent.cpp M WebCore/inspector/InspectorResourceAgent.h M WebCore/inspector/front-end/ResourceManager.js M WebCore/inspector/front-end/StoragePanel.js M WebCore/inspector/front-end/inspector.css Committed
r71144
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