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

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

Issue 1307643002: [DevTools] Bring back inspect element mode shortcut regressed in r193545. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
« 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 "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
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
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 }
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