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-

Description Yury Semikhatsky 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.
Comment 1 Yury Semikhatsky 2013-02-04 07:02:41 PST
Created attachment 186369 [details]
Patch
Comment 2 Build Bot 2013-02-04 09:30:44 PST
Comment on attachment 186369 [details]
Patch

Attachment 186369 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/16378156
Comment 3 Yury Semikhatsky 2013-02-08 08:06:09 PST
Committed r142281: <http://trac.webkit.org/changeset/142281>