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

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: Address comments - take 1 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
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 13 matching lines...) Expand all
24 "name": "sdk", 24 "name": "sdk",
25 "dependencies": ["common"], 25 "dependencies": ["common"],
26 "sources": [ 26 "sources": [
27 "Target.js", 27 "Target.js",
28 "ApplicationCacheModel.js", 28 "ApplicationCacheModel.js",
29 "CompilerScriptMapping.js", 29 "CompilerScriptMapping.js",
30 "ConsoleModel.js", 30 "ConsoleModel.js",
31 "ContentProvider.js", 31 "ContentProvider.js",
32 "ContentProviderBasedProjectDelegate.js", 32 "ContentProviderBasedProjectDelegate.js",
33 "ContentProviders.js", 33 "ContentProviders.js",
34 "Context.js",
35 "CookieParser.js", 34 "CookieParser.js",
36 "CPUProfilerModel.js", 35 "CPUProfilerModel.js",
37 "CSSMetadata.js", 36 "CSSMetadata.js",
38 "CSSParser.js", 37 "CSSParser.js",
39 "CSSStyleModel.js", 38 "CSSStyleModel.js",
40 "CSSStyleSheetMapping.js", 39 "CSSStyleSheetMapping.js",
41 "BreakpointManager.js", 40 "BreakpointManager.js",
42 "Database.js", 41 "Database.js",
43 "DOMModel.js", 42 "DOMModel.js",
44 "DOMStorage.js", 43 "DOMStorage.js",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 "UISourceCode.js", 88 "UISourceCode.js",
90 "Workspace.js", 89 "Workspace.js",
91 "WorkspaceController.js", 90 "WorkspaceController.js",
92 "PaintProfiler.js" 91 "PaintProfiler.js"
93 ] 92 ]
94 }, 93 },
95 { 94 {
96 "name": "ui", 95 "name": "ui",
97 "dependencies": ["common"], 96 "dependencies": ["common"],
98 "sources": [ 97 "sources": [
98 "ActionRegistry.js",
99 "Checkbox.js", 99 "Checkbox.js",
100 "Context.js",
100 "ContextMenu.js", 101 "ContextMenu.js",
101 "CompletionDictionary.js", 102 "CompletionDictionary.js",
102 "DataGrid.js", 103 "DataGrid.js",
103 "Dialog.js", 104 "Dialog.js",
104 "DockController.js", 105 "DockController.js",
105 "Drawer.js", 106 "Drawer.js",
106 "DropDownMenu.js", 107 "DropDownMenu.js",
107 "EmptyView.js", 108 "EmptyView.js",
108 "FilterBar.js", 109 "FilterBar.js",
109 "FilterSuggestionBuilder.js", 110 "FilterSuggestionBuilder.js",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "settings", 490 "settings",
490 "tests", 491 "tests",
491 "profiler", 492 "profiler",
492 "host_stub", 493 "host_stub",
493 "screencast", 494 "screencast",
494 "main" 495 "main"
495 ], 496 ],
496 "sources": [] 497 "sources": []
497 } 498 }
498 ] 499 ]
OLDNEW
« Source/devtools/front_end/SourceFrame.js ('K') | « Source/devtools/front_end/utilities.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698