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

Side by Side Diff: Source/devtools/front_end/profiler/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": "profiles", 5 "name": "profiles",
6 "title": "Profiles", 6 "title": "Profiles",
7 "order": 4, 7 "order": 60,
8 "className": "WebInspector.ProfilesPanelFactory" 8 "className": "WebInspector.ProfilesPanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "@WebInspector.ContextMenu.Provider", 11 "type": "@WebInspector.ContextMenu.Provider",
12 "contextTypes": ["WebInspector.RemoteObject"], 12 "contextTypes": ["WebInspector.RemoteObject"],
13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" 13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider"
14 }, 14 },
15 { 15 {
16 "type": "setting", 16 "type": "setting",
17 "category": "Profiler", 17 "category": "Profiler",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "HeapSnapshotView.js", 72 "HeapSnapshotView.js",
73 "ProfileLauncherView.js", 73 "ProfileLauncherView.js",
74 "ProfileTypeRegistry.js", 74 "ProfileTypeRegistry.js",
75 "TargetsComboBoxController.js" 75 "TargetsComboBoxController.js"
76 ], 76 ],
77 "resources": [ 77 "resources": [
78 "heapProfiler.css", 78 "heapProfiler.css",
79 "profilesPanel.css" 79 "profilesPanel.css"
80 ] 80 ]
81 } 81 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/network/module.json ('k') | Source/devtools/front_end/resources/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698