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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js

Issue 2519213002: [DevTools] Remove preventFollow and special checks for links throughout frontend. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
index 6faef61b421a7fa705ddd066b8948767de052364..9a4e3f02014adcaf520c4e0237f1cfa0553030df 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
@@ -785,7 +785,6 @@ Elements.ElementsTreeOutline = class extends TreeOutline {
if (textNode && textNode.classList.contains('bogus'))
textNode = null;
var commentNode = event.target.enclosingNodeOrSelfWithClass('webkit-html-comment');
- contextMenu.appendApplicableItems(event.target);
lushnikov 2016/11/22 01:11:49 why is this gone?
dgozman 2016/11/22 01:33:19 It's now done automatically in ContextMenu constru
if (textNode) {
contextMenu.appendSeparator();
treeElement.populateTextContextMenu(contextMenu, textNode);

Powered by Google App Engine
This is Rietveld 408576698