OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |