RESOLVED FIXED 108821
Web Inspector: simplify Memory.getDOMNodeCount implementation
https://bugs.webkit.org/show_bug.cgi?id=108821
Summary Web Inspector: simplify Memory.getDOMNodeCount implementation
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.