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

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

Issue 2512013002: [DevTools] Handle external link clicks and context menu separately. (Closed)
Patch Set: rebased 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Common.AppProvider", 4 "type": "@Common.AppProvider",
5 "className": "Main.SimpleAppProvider", 5 "className": "Main.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@UI.ContextMenu.Provider", 9 "type": "@UI.ContextMenu.Provider",
10 "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.Netw orkRequest", "Node"], 10 "contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.Netw orkRequest", "Node"],
11 "className": "Components.HandlerRegistry.ContextMenuProvider" 11 "className": "Components.HandlerRegistry.ContextMenuProvider"
12 }, 12 },
13 { 13 {
14 "type": "@UI.ContextMenu.Provider",
15 "contextTypes": ["Node"],
16 "className": "UI.ExternaLinkContextMenuProvider"
17 },
18 {
14 "type": "@UI.ActionDelegate", 19 "type": "@UI.ActionDelegate",
15 "category": "Navigation", 20 "category": "Navigation",
16 "actionId": "main.reload", 21 "actionId": "main.reload",
17 "className": "Main.Main.ReloadActionDelegate", 22 "className": "Main.Main.ReloadActionDelegate",
18 "title": "Reload page", 23 "title": "Reload page",
19 "bindings": [ 24 "bindings": [
20 { 25 {
21 "platform": "windows,linux", 26 "platform": "windows,linux",
22 "shortcut": "F5 Ctrl+R" 27 "shortcut": "F5 Ctrl+R"
23 }, 28 },
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "OverlayController.js", 359 "OverlayController.js",
355 "Main.js" 360 "Main.js"
356 ], 361 ],
357 "resources": [ 362 "resources": [
358 "errorWarningCounter.css", 363 "errorWarningCounter.css",
359 "remoteDebuggingTerminatedScreen.css", 364 "remoteDebuggingTerminatedScreen.css",
360 "renderingOptions.css", 365 "renderingOptions.css",
361 "targetCrashedScreen.css" 366 "targetCrashedScreen.css"
362 ] 367 ]
363 } 368 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698