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

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

Issue 1846543002: Devtools: Remove non-existant empty cache, hard reload from command menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.AppProvider", 4 "type": "@WebInspector.AppProvider",
5 "className": "WebInspector.SimpleAppProvider", 5 "className": "WebInspector.SimpleAppProvider",
6 "order": 10 6 "order": 10
7 }, 7 },
8 { 8 {
9 "type": "@WebInspector.ContextMenu.Provider", 9 "type": "@WebInspector.ContextMenu.Provider",
10 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"], 10 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.Resource ", "WebInspector.NetworkRequest", "Node"],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "order": 100, 52 "order": 100,
53 "title": "Toggle drawer", 53 "title": "Toggle drawer",
54 "bindings": [ 54 "bindings": [
55 { 55 {
56 "shortcut": "Esc" 56 "shortcut": "Esc"
57 } 57 }
58 ] 58 ]
59 }, 59 },
60 { 60 {
61 "type": "@WebInspector.ActionDelegate", 61 "type": "@WebInspector.ActionDelegate",
62 "category": "Navigation",
63 "actionId": "main.debug-reload", 62 "actionId": "main.debug-reload",
64 "className": "WebInspector.Main.ReloadActionDelegate", 63 "className": "WebInspector.Main.ReloadActionDelegate",
65 "title": "Clear cache & hard reload page",
66 "bindings": [ 64 "bindings": [
67 { 65 {
68 "shortcut": "Alt+R" 66 "shortcut": "Alt+R"
69 } 67 }
70 ] 68 ]
71 }, 69 },
72 { 70 {
73 "type": "@WebInspector.ActionDelegate", 71 "type": "@WebInspector.ActionDelegate",
74 "category": "DevTools", 72 "category": "DevTools",
75 "title": "Restore last dock position", 73 "title": "Restore last dock position",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "Connections.js", 356 "Connections.js",
359 "Main.js" 357 "Main.js"
360 ], 358 ],
361 "resources": [ 359 "resources": [
362 "errorWarningCounter.css", 360 "errorWarningCounter.css",
363 "remoteDebuggingTerminatedScreen.css", 361 "remoteDebuggingTerminatedScreen.css",
364 "renderingOptions.css", 362 "renderingOptions.css",
365 "targetCrashedScreen.css" 363 "targetCrashedScreen.css"
366 ] 364 ]
367 } 365 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698