Bug 100087

Summary: Memory instrumentation: don't count agent-specific front-ends separately
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Yury Semikhatsky
Reported 2012-10-23 01:20:37 PDT
Domain-specific front-end interfaces are allocated as part of InspectorFrontend object and shouldn't be counted as separate entities.
Attachments
Patch (3.42 KB, patch)
2012-10-23 01:23 PDT, Yury Semikhatsky
no flags
Yury Semikhatsky
Comment 1 2012-10-23 01:23:21 PDT
Ilya Tikhonovsky
Comment 2 2012-10-23 01:25:03 PDT
Comment on attachment 170079 [details] Patch lgtm
Alexander Pavlov (apavlov)
Comment 3 2012-10-23 01:35:22 PDT
Comment on attachment 170079 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=170079&action=review > Source/WebCore/ChangeLog:8 > + Pointers to domain-specific inspector front-end interfaces a reported as a -> are
Yury Semikhatsky
Comment 4 2012-10-23 23:33:54 PDT
(In reply to comment #3) > (From update of attachment 170079 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=170079&action=review > > > Source/WebCore/ChangeLog:8 > > + Pointers to domain-specific inspector front-end interfaces a reported as > > a -> are Done.
Yury Semikhatsky
Comment 5 2012-10-23 23:35:45 PDT
Note You need to log in before you can comment on or make changes to this bug.