Bug 108821

Summary: Web Inspector: simplify Memory.getDOMNodeCount implementation
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   
Bug Depends on: 108822    
Bug Blocks:    
Attachments:
Description Flags
Patch apavlov: review+, buildbot: commit-queue-

Yury Semikhatsky
Reported 2013-02-04 06:38:29 PST
This method is used for automatic tests in Chromium and the test only uses total number of nodes and event listeners. These values can be retrieved from InspectorCounters while at the moment the code traverses DOM node wrappers and DOM trees to collect the information.
Attachments
Patch (14.02 KB, patch)
2013-02-04 07:02 PST, Yury Semikhatsky
apavlov: review+
buildbot: commit-queue-
Yury Semikhatsky
Comment 1 2013-02-04 07:02:41 PST
Build Bot
Comment 2 2013-02-04 09:30:44 PST
Yury Semikhatsky
Comment 3 2013-02-08 08:06:09 PST
Note You need to log in before you can comment on or make changes to this bug.