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

Side by Side Diff: Source/devtools/scripts/frontend_modules.json

Issue 218613013: DevTools: Decouple shortcuts from actions, introduce shortcut contexts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased patch Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/utilities.js ('k') | 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 { 2 {
3 "name": "common", 3 "name": "common",
4 "dependencies": [], 4 "dependencies": [],
5 "sources": [ 5 "sources": [
6 "modules.js", 6 "modules.js",
7 "Color.js", 7 "Color.js",
8 "DOMExtension.js", 8 "DOMExtension.js",
9 "Geometry.js", 9 "Geometry.js",
10 "ModuleManager.js", 10 "ModuleManager.js",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "UISourceCode.js", 89 "UISourceCode.js",
90 "Workspace.js", 90 "Workspace.js",
91 "WorkspaceController.js", 91 "WorkspaceController.js",
92 "PaintProfiler.js" 92 "PaintProfiler.js"
93 ] 93 ]
94 }, 94 },
95 { 95 {
96 "name": "ui", 96 "name": "ui",
97 "dependencies": ["common"], 97 "dependencies": ["common"],
98 "sources": [ 98 "sources": [
99 "ActionRegistry.js",
99 "Checkbox.js", 100 "Checkbox.js",
101 "Context.js",
100 "ContextMenu.js", 102 "ContextMenu.js",
101 "Context.js",
102 "CompletionDictionary.js", 103 "CompletionDictionary.js",
103 "DataGrid.js", 104 "DataGrid.js",
104 "Dialog.js", 105 "Dialog.js",
105 "DockController.js", 106 "DockController.js",
106 "Drawer.js", 107 "Drawer.js",
107 "DropDownMenu.js", 108 "DropDownMenu.js",
108 "EmptyView.js", 109 "EmptyView.js",
109 "FilterBar.js", 110 "FilterBar.js",
110 "FilterSuggestionBuilder.js", 111 "FilterSuggestionBuilder.js",
111 "HelpScreen.js", 112 "HelpScreen.js",
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "settings", 499 "settings",
499 "tests", 500 "tests",
500 "profiler", 501 "profiler",
501 "host_stub", 502 "host_stub",
502 "screencast", 503 "screencast",
503 "main" 504 "main"
504 ], 505 ],
505 "sources": [] 506 "sources": []
506 } 507 }
507 ] 508 ]
OLDNEW
« no previous file with comments | « Source/devtools/front_end/utilities.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698