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

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

Issue 1305353008: DevTools: make console the second tab. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 5 years, 3 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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "resources", 5 "name": "resources",
6 "title": "Resources", 6 "title": "Resources",
7 "order": 5, 7 "order": 70,
8 "className": "WebInspector.ResourcesPanelFactory" 8 "className": "WebInspector.ResourcesPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.Revealer", 11 "type": "@WebInspector.Revealer",
12 "contextTypes": ["WebInspector.Resource"], 12 "contextTypes": ["WebInspector.Resource"],
13 "className": "WebInspector.ResourcesPanel.ResourceRevealer" 13 "className": "WebInspector.ResourcesPanel.ResourceRevealer"
14 } 14 }
15 ], 15 ],
16 "dependencies": ["source_frame", "ui_lazy", "components_lazy"], 16 "dependencies": ["source_frame", "ui_lazy", "components_lazy"],
17 "scripts": [ 17 "scripts": [
(...skipping 14 matching lines...) Expand all
32 "ServiceWorkerCacheViews.js", 32 "ServiceWorkerCacheViews.js",
33 "ServiceWorkersView.js" 33 "ServiceWorkersView.js"
34 ], 34 ],
35 "resources": [ 35 "resources": [
36 "indexedDBViews.css", 36 "indexedDBViews.css",
37 "resourcesPanel.css", 37 "resourcesPanel.css",
38 "serviceWorkerCacheViews.css", 38 "serviceWorkerCacheViews.css",
39 "serviceWorkersView.css" 39 "serviceWorkersView.css"
40 ] 40 ]
41 } 41 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/module.json ('k') | Source/devtools/front_end/security/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698