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

Side by Side Diff: Source/devtools/front_end/timeline/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
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('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 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "timeline", 5 "name": "timeline",
6 "title": "Timeline", 6 "title": "Timeline",
7 "order": 3, 7 "order": 50,
8 "className": "WebInspector.TimelinePanelFactory" 8 "className": "WebInspector.TimelinePanelFactory"
9 }, 9 },
10 { 10 {
11 "type": "setting", 11 "type": "setting",
12 "category": "Profiler", 12 "category": "Profiler",
13 "title": "Hide chrome frame in Layers view", 13 "title": "Hide chrome frame in Layers view",
14 "settingName": "frameViewerHideChromeWindow", 14 "settingName": "frameViewerHideChromeWindow",
15 "settingType": "boolean", 15 "settingType": "boolean",
16 "defaultValue": false 16 "defaultValue": false
17 }, 17 },
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "TransformController.js", 65 "TransformController.js",
66 "PaintProfilerView.js", 66 "PaintProfilerView.js",
67 "TimelinePanel.js" 67 "TimelinePanel.js"
68 ], 68 ],
69 "resources": [ 69 "resources": [
70 "invalidationsTree.css", 70 "invalidationsTree.css",
71 "timelinePanel.css", 71 "timelinePanel.css",
72 "timelineStatusDialog.css" 72 "timelineStatusDialog.css"
73 ] 73 ]
74 } 74 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698