WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
48121
Web Inspector: update resources tree in storage panel upon network events.
https://bugs.webkit.org/show_bug.cgi?id=48121
Summary
Web Inspector: update resources tree in storage panel upon network events.
Pavel Feldman
Reported
2010-10-22 04:10:55 PDT
We now have live frame tree with resources no matter whether resource tracking is on or off.
Attachments
[PATCH] Proposed change.
(18.94 KB, patch)
2010-10-22 04:12 PDT
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2010-10-22 04:12:36 PDT
Created
attachment 71546
[details]
[PATCH] Proposed change.
Yury Semikhatsky
Comment 2
2010-10-22 04:53:25 PDT
Comment on
attachment 71546
[details]
[PATCH] Proposed change. View in context:
https://bugs.webkit.org/attachment.cgi?id=71546&action=review
> WebCore/inspector/InspectorResourceAgent.cpp:354 > + frameObject->setNumber("parentId", reinterpret_cast<uintptr_t>(frame->tree()->parent()));
can we extract this reinterpret_cast into a function that would convert to the id for us?
> WebCore/inspector/front-end/StoragePanel.js:187 > + (child._resource.type !== WebInspector.Resource.Type.Document && child._resource.displayName.localeCompare(resource.displayName) > 0)) {
style: wrong alignment
Pavel Feldman
Comment 3
2010-10-22 05:20:33 PDT
(In reply to
comment #2
)
> (From update of
attachment 71546
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=71546&action=review
> > > WebCore/inspector/InspectorResourceAgent.cpp:354 > > + frameObject->setNumber("parentId", reinterpret_cast<uintptr_t>(frame->tree()->parent())); > > can we extract this reinterpret_cast into a function that would convert to the id for us? >
Will fix in the next patch.
WebKit Commit Bot
Comment 4
2010-10-22 06:33:28 PDT
Comment on
attachment 71546
[details]
[PATCH] Proposed change. Clearing flags on attachment: 71546 Committed
r70305
: <
http://trac.webkit.org/changeset/70305
>
WebKit Commit Bot
Comment 5
2010-10-22 06:33:33 PDT
All reviewed patches have been landed. Closing bug.
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