| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
| 5 "name": "timeline", | 5 "name": "timeline", |
| 6 "title": "Timeline", | 6 "title": "Timeline", |
| 7 "order": 50, | 7 "order": 50, |
| 8 "className": "WebInspector.TimelinePanel" | 8 "className": "WebInspector.TimelinePanel" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "bindings": [ | 107 "bindings": [ |
| 108 { | 108 { |
| 109 "shortcut": "]" | 109 "shortcut": "]" |
| 110 } | 110 } |
| 111 ] | 111 ] |
| 112 } | 112 } |
| 113 ], | 113 ], |
| 114 "dependencies": [ | 114 "dependencies": [ |
| 115 "components", | 115 "components", |
| 116 "components_lazy", | 116 "components_lazy", |
| 117 "layer_viewer", |
| 117 "timeline_model", | 118 "timeline_model", |
| 118 "ui_lazy" | 119 "ui_lazy" |
| 119 ], | 120 ], |
| 120 "scripts": [ | 121 "scripts": [ |
| 121 "CountersGraph.js", | 122 "CountersGraph.js", |
| 122 "LayerDetailsView.js", | |
| 123 "LayerTreeOutline.js", | |
| 124 "LayerViewHost.js", | |
| 125 "Layers3DView.js", | |
| 126 "MemoryCountersGraph.js", | 123 "MemoryCountersGraph.js", |
| 127 "TimelineController.js", | 124 "TimelineController.js", |
| 128 "TimelineLoader.js", | 125 "TimelineLoader.js", |
| 129 "TimelineEventOverview.js", | 126 "TimelineEventOverview.js", |
| 130 "TimelineFlameChart.js", | 127 "TimelineFlameChart.js", |
| 131 "TimelineTreeView.js", | 128 "TimelineTreeView.js", |
| 132 "TimelineUIUtils.js", | 129 "TimelineUIUtils.js", |
| 133 "TimelineLayersView.js", | 130 "TimelineLayersView.js", |
| 134 "TimelinePaintProfilerView.js", | 131 "TimelinePaintProfilerView.js", |
| 135 "TransformController.js", | |
| 136 "PaintProfilerView.js", | |
| 137 "TimelinePanel.js" | 132 "TimelinePanel.js" |
| 138 ], | 133 ], |
| 139 "resources": [ | 134 "resources": [ |
| 140 "invalidationsTree.css", | 135 "invalidationsTree.css", |
| 141 "timelineFlamechartPopover.css", | 136 "timelineFlamechartPopover.css", |
| 142 "timelinePanel.css", | 137 "timelinePanel.css", |
| 143 "timelineStatusDialog.css" | 138 "timelineStatusDialog.css" |
| 144 ] | 139 ] |
| 145 } | 140 } |
| OLD | NEW |