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

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

Issue 2510193003: [DevTools] Move link click and context menu handling to Linkifier. (Closed)
Patch Set: fixed comments 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/main/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index b2bcce0bce31e775d1c1e793132b75fe89427de8..21b1f83b15fda4b63fbb9b420f69b31e6e199651 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -7,7 +7,7 @@
},
{
"type": "@UI.ContextMenu.Provider",
- "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.NetworkRequest", "Node"],
+ "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.NetworkRequest"],
"className": "Components.HandlerRegistry.ContextMenuProvider"
},
{
@@ -16,6 +16,11 @@
"className": "UI.ExternaLinkContextMenuProvider"
},
{
+ "type": "@UI.ContextMenu.Provider",
+ "contextTypes": ["Node"],
+ "className": "Components.Linkifier.LinkContextMenuProvider"
+ },
+ {
"type": "@UI.ActionDelegate",
"category": "Navigation",
"actionId": "main.reload",

Powered by Google App Engine
This is Rietveld 408576698