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

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

Issue 1754713002: Reland of Timeline: extract and rename TracingModelLoader into a file of its own (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('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": 50, 7 "order": 50,
8 "className": "WebInspector.TimelinePanelFactory" 8 "className": "WebInspector.TimelinePanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "LayerTreeModel.js", 102 "LayerTreeModel.js",
103 "CountersGraph.js", 103 "CountersGraph.js",
104 "LayerDetailsView.js", 104 "LayerDetailsView.js",
105 "LayerTreeOutline.js", 105 "LayerTreeOutline.js",
106 "LayerViewHost.js", 106 "LayerViewHost.js",
107 "Layers3DView.js", 107 "Layers3DView.js",
108 "MemoryCountersGraph.js", 108 "MemoryCountersGraph.js",
109 "TimelineModel.js", 109 "TimelineModel.js",
110 "TimelineIRModel.js", 110 "TimelineIRModel.js",
111 "TimelineJSProfile.js", 111 "TimelineJSProfile.js",
112 "TimelineLoader.js",
112 "TimelineFrameModel.js", 113 "TimelineFrameModel.js",
113 "TimelineEventOverview.js", 114 "TimelineEventOverview.js",
114 "TimelineFlameChart.js", 115 "TimelineFlameChart.js",
115 "TimelineTreeView.js", 116 "TimelineTreeView.js",
116 "TimelineUIUtils.js", 117 "TimelineUIUtils.js",
117 "TimelineLayersView.js", 118 "TimelineLayersView.js",
118 "TimelinePaintProfilerView.js", 119 "TimelinePaintProfilerView.js",
119 "TransformController.js", 120 "TransformController.js",
120 "PaintProfilerView.js", 121 "PaintProfilerView.js",
121 "TimelinePanel.js" 122 "TimelinePanel.js"
122 ], 123 ],
123 "resources": [ 124 "resources": [
124 "invalidationsTree.css", 125 "invalidationsTree.css",
125 "timelineFlamechartPopover.css", 126 "timelineFlamechartPopover.css",
126 "timelinePanel.css", 127 "timelinePanel.css",
127 "timelineStatusDialog.css" 128 "timelineStatusDialog.css"
128 ] 129 ]
129 } 130 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698