Bug 100496 - Web Inspector: NMI instrument InspectorResourceAgent. it caches resources for the front-end.
Summary: Web Inspector: NMI instrument InspectorResourceAgent. it caches resources for...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-26 04:13 PDT by Ilya Tikhonovsky
Modified: 2012-10-26 05:48 PDT (History)
8 users (show)

See Also:


Attachments
Patch (8.41 KB, patch)
2012-10-26 04:32 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff
for try bots (8.81 KB, patch)
2012-10-26 05:11 PDT, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-10-26 04:13:03 PDT
EOM
Comment 1 Ilya Tikhonovsky 2012-10-26 04:32:07 PDT
Created attachment 170885 [details]
Patch
Comment 2 Early Warning System Bot 2012-10-26 04:43:23 PDT
Comment on attachment 170885 [details]
Patch

Attachment 170885 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/14606059
Comment 3 Early Warning System Bot 2012-10-26 04:45:27 PDT
Comment on attachment 170885 [details]
Patch

Attachment 170885 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/14610028
Comment 4 Yury Semikhatsky 2012-10-26 04:47:35 PDT
Comment on attachment 170885 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=170885&action=review

> Source/WebCore/inspector/InspectorResourceAgent.h:156
> +    virtual void reportMemoryUsage(MemoryObjectInfo*) const;

mark as OVERRIDE?
Comment 5 Build Bot 2012-10-26 05:07:43 PDT
Comment on attachment 170885 [details]
Patch

Attachment 170885 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/14608056
Comment 6 Ilya Tikhonovsky 2012-10-26 05:11:08 PDT
Created attachment 170900 [details]
for try bots
Comment 7 Build Bot 2012-10-26 05:20:29 PDT
Comment on attachment 170885 [details]
Patch

Attachment 170885 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/14593650
Comment 8 Ilya Tikhonovsky 2012-10-26 05:25:50 PDT
Committed r132632: <http://trac.webkit.org/changeset/132632>