Bug 108821 - Web Inspector: simplify Memory.getDOMNodeCount implementation
Summary: Web Inspector: simplify Memory.getDOMNodeCount implementation
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: Yury Semikhatsky
URL:
Keywords:
Depends on: 108822
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-04 06:38 PST by Yury Semikhatsky
Modified: 2013-02-08 08:06 PST (History)
8 users (show)

See Also:


Attachments
Patch (14.02 KB, patch)
2013-02-04 07:02 PST, Yury Semikhatsky
apavlov: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>