OLD | NEW |
1 { | 1 { |
2 "extensions": [ | 2 "extensions": [ |
3 { | 3 { |
4 "type": "@WebInspector.AppProvider", | 4 "type": "@WebInspector.AppProvider", |
5 "condition": "can_dock", | 5 "condition": "can_dock", |
6 "className": "WebInspector.AdvancedAppProvider", | 6 "className": "WebInspector.AdvancedAppProvider", |
7 "order": 0 | 7 "order": 0 |
8 }, | 8 }, |
9 { | 9 { |
10 "type": "@WebInspector.AppProvider", | 10 "type": "@WebInspector.AppProvider", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "className": "WebInspector.Main.ReloadActionDelegate", | 62 "className": "WebInspector.Main.ReloadActionDelegate", |
63 "bindings": [ | 63 "bindings": [ |
64 { | 64 { |
65 "shortcut": "Alt+R" | 65 "shortcut": "Alt+R" |
66 } | 66 } |
67 ] | 67 ] |
68 }, | 68 }, |
69 { | 69 { |
70 "type": "@WebInspector.ActionDelegate", | 70 "type": "@WebInspector.ActionDelegate", |
71 "actionId": "main.toggle-element-search", | 71 "actionId": "main.toggle-element-search", |
72 "contextTypes": ["WebInspector.InspectElementModeController"], | |
73 "className": "WebInspector.InspectElementModeController.ToggleSearch
ActionDelegate", | 72 "className": "WebInspector.InspectElementModeController.ToggleSearch
ActionDelegate", |
74 "bindings": [ | 73 "bindings": [ |
75 { | 74 { |
76 "platform": "windows,linux", | 75 "platform": "windows,linux", |
77 "shortcut": "Ctrl+Shift+C" | 76 "shortcut": "Ctrl+Shift+C" |
78 }, | 77 }, |
79 { | 78 { |
80 "platform": "mac", | 79 "platform": "mac", |
81 "shortcut": "Meta+Shift+C" | 80 "shortcut": "Meta+Shift+C" |
82 } | 81 } |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "Tests.js", | 314 "Tests.js", |
316 "OverlayController.js", | 315 "OverlayController.js", |
317 "Main.js" | 316 "Main.js" |
318 ], | 317 ], |
319 "skip_compilation": [ | 318 "skip_compilation": [ |
320 "Tests.js" | 319 "Tests.js" |
321 ], | 320 ], |
322 "resources": [ | 321 "resources": [ |
323 ] | 322 ] |
324 } | 323 } |
OLD | NEW |