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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/timeline/module.json

Issue 2637443004: DevTools: bring back old landing page in timeline/performance. (Closed)
Patch Set: review comments addressed Created 3 years, 11 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "timeline", 6 "id": "timeline",
7 "title": "Performance", 7 "title": "Performance",
8 "order": 50, 8 "order": 50,
9 "className": "Timeline.TimelinePanel" 9 "className": "Timeline.TimelinePanel"
10 }, 10 },
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "CountersGraph.js", 142 "CountersGraph.js",
143 "ExtensionTracingSession.js", 143 "ExtensionTracingSession.js",
144 "MemoryCountersGraph.js", 144 "MemoryCountersGraph.js",
145 "TimelineController.js", 145 "TimelineController.js",
146 "TimelineLoader.js", 146 "TimelineLoader.js",
147 "TimelineEventOverview.js", 147 "TimelineEventOverview.js",
148 "TimelineFlameChartView.js", 148 "TimelineFlameChartView.js",
149 "TimelineFlameChart.js", 149 "TimelineFlameChart.js",
150 "TimelineNetworkFlameChart.js", 150 "TimelineNetworkFlameChart.js",
151 "TimelineTreeView.js", 151 "TimelineTreeView.js",
152 "TimelineLandingPage.js",
153 "TimelineUIUtils.js", 152 "TimelineUIUtils.js",
154 "TimelineLayersView.js", 153 "TimelineLayersView.js",
155 "TimelinePaintProfilerView.js", 154 "TimelinePaintProfilerView.js",
156 "TimelinePanel.js" 155 "TimelinePanel.js"
157 ], 156 ],
158 "resources": [ 157 "resources": [
159 "invalidationsTree.css", 158 "invalidationsTree.css",
160 "timelineFlamechartPopover.css", 159 "timelineFlamechartPopover.css",
161 "timelineLandingPage.css",
162 "timelinePanel.css", 160 "timelinePanel.css",
163 "timelinePaintProfiler.css", 161 "timelinePaintProfiler.css",
164 "timelineStatusDialog.css" 162 "timelineStatusDialog.css"
165 ] 163 ]
166 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698