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

Unified Diff: Source/devtools/front_end/components/EventListenersView.js

Issue 1154623005: DevTools: polish event listeners pane UI. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/devtools/front_end/components/eventListenersView.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/components/EventListenersView.js
diff --git a/Source/devtools/front_end/components/EventListenersView.js b/Source/devtools/front_end/components/EventListenersView.js
index 059260da6bf27625104751abca8657fe6abc6f86..795610a41a17889600d8437e106000766fe0e606 100644
--- a/Source/devtools/front_end/components/EventListenersView.js
+++ b/Source/devtools/front_end/components/EventListenersView.js
@@ -123,6 +123,7 @@ WebInspector.ObjectEventListenerBar = function(eventListener, object, linkifier)
TreeElement.call(this, "", true);
this._eventListener = eventListener;
this.editable = false;
+ this.selectable = false;
this._setTitle(object, linkifier);
}
« no previous file with comments | « no previous file | Source/devtools/front_end/components/eventListenersView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698