Web Inspector: [REGRESSION] Slow continuous DOM traversal with Up/Down keys
authorapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 16:40:15 +0000 (16:40 +0000)
committerapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 16:40:15 +0000 (16:40 +0000)
commit7d989d3fdffff77d5cce16a9aeab9567f84803aa
treee374b80f032824a492695b13e85f6f2c5155299a
parentc6cd3d695ea637e32707a942c2d093efaded8828
Web Inspector: [REGRESSION] Slow continuous DOM traversal with Up/Down keys
https://bugs.webkit.org/show_bug.cgi?id=77643

Reviewed by Pavel Feldman.

Source/WebCore:

Test: inspector/styles/updates-during-dom-traversal.html

* inspector/front-end/StylesSidebarPane.js:
(WebInspector.StylesSidebarPane.prototype._executeRebuildUpdate):

LayoutTests:

* inspector/styles/updates-during-dom-traversal-expected.txt: Added.
* inspector/styles/updates-during-dom-traversal.html: Added.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106560 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/inspector/styles/updates-during-dom-traversal-expected.txt [new file with mode: 0644]
LayoutTests/inspector/styles/updates-during-dom-traversal.html [new file with mode: 0644]
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/StylesSidebarPane.js