2011-05-27 Alexander Pavlov <apavlov@chromium.org>
authorapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 13:48:09 +0000 (13:48 +0000)
committerapavlov@chromium.org <apavlov@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 30 May 2011 13:48:09 +0000 (13:48 +0000)
commit055df620fc2af84e770a6f8c1d1c014c5f9eddbd
tree655191fe20afc157afd340d7e199f295de94be7b
parent6dcd8ec4ac0b22f460c065b70ed1d4a0d9ac1c7d
2011-05-27  Alexander Pavlov  <apavlov@chromium.org>

        Reviewed by Yury Semikhatsky.

        Web Inspector: node selection is slow in the Elements panel.
        https://bugs.webkit.org/show_bug.cgi?id=60813

        * http/tests/inspector/inspect-iframe-from-different-domain.html:
        * inspector/elements/elements-delete-inline-style.html:
        * inspector/elements/elements-panel-styles.html:
        * inspector/styles/styles-iframe.html:
        * inspector/styles/styles-update-from-js.html:
        * inspector/styles/styles-update-from-js-expected.txt:
        * inspector/styles/styles-url-linkify.html:
2011-05-25  Alexander Pavlov  <apavlov@chromium.org>

        Reviewed by Yury Semikhatsky.

        Web Inspector: node selection is slow in the Elements panel.
        https://bugs.webkit.org/show_bug.cgi?id=60813

        Schedule full style updates rather than request all node styles from the backend up front.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/http/tests/inspector/inspect-iframe-from-different-domain.html
LayoutTests/inspector/elements/elements-delete-inline-style.html
LayoutTests/inspector/elements/elements-panel-styles.html
LayoutTests/inspector/styles/styles-iframe.html
LayoutTests/inspector/styles/styles-update-from-js-expected.txt
LayoutTests/inspector/styles/styles-update-from-js.html
LayoutTests/inspector/styles/styles-url-linkify.html
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/StylesSidebarPane.js