Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2906)

Unified Diff: WebCore/inspector/front-end/treeoutline.js

Issue 3429016: Merge 67601 - 2010-09-16 Pavel Feldman <pfeldman@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « WebCore/inspector/front-end/ConsoleView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WebCore/inspector/front-end/treeoutline.js
===================================================================
--- WebCore/inspector/front-end/treeoutline.js (revision 67696)
+++ WebCore/inspector/front-end/treeoutline.js (working copy)
@@ -651,6 +651,7 @@
else
element.treeElement.expand();
}
+ event.stopPropagation();
}
TreeElement.treeElementDoubleClicked = function(event)
« no previous file with comments | « WebCore/inspector/front-end/ConsoleView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698