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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 1409693007: DevTools fixes #459685. Right Clicking on an element should show "Store as Global Variable". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Making context menu message a bit more descriptive. Created 5 years, 2 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
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index f1c46425c58b277f76327d61c0fa3f6c5d274bb6..27287cf9211e79dafcc4c7808b6cd200e3c84443 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -9,7 +9,7 @@
},
{
"type": "@WebInspector.ContextMenu.Provider",
- "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"],
+ "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocation", "WebInspector.RemoteObject", "WebInspector.DOMNode", "WebInspector.NetworkRequest"],
"className": "WebInspector.SourcesPanel.ContextMenuProvider"
},
{

Powered by Google App Engine
This is Rietveld 408576698