Fixes <https://bugs.webkit.org/show_bug.cgi?id=30752>.
commit427af179b3cb8a10b967ad6b42589bc82ba9bace
authorbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 25 Oct 2009 04:13:13 +0000 (25 04:13 +0000)
committerbweinstein@apple.com <bweinstein@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 25 Oct 2009 04:13:13 +0000 (25 04:13 +0000)
treea0a11889c0b451227bf8131dfef9a635f15a85be
parent8f934134272f1af23f38cb17b7eb547f39d8775e
Fixes <https://bugs.webkit.org/show_bug.cgi?id=30752>.
Web Inspector: Multiple Selection on Scope Bars by default Conflicts with other behavior on OSX.

Reviewed by Timothy Hatcher.

Have the scope bars select one scope by default, but if the multiple selection key
is pressed, allow for multiple selection.

* inspector/front-end/ConsoleView.js:
(WebInspector.ConsoleView):
(WebInspector.ConsoleView.prototype._updateFilter):
(WebInspector.ConsoleView.prototype.filter):
* inspector/front-end/ResourcesPanel.js:
(WebInspector.ResourcesPanel):
(WebInspector.ResourcesPanel.prototype.filter):
(WebInspector.ResourcesPanel.prototype._updateFilter):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50038 268f45cc-cd09-0410-ab3c-d52691b4dbfc
WebCore/ChangeLog
WebCore/inspector/front-end/ConsoleView.js
WebCore/inspector/front-end/ResourcesPanel.js