OLD | NEW |
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": 3, |
8 "className": "WebInspector.TimelinePanelFactory" | 8 "className": "WebInspector.TimelinePanelFactory" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 "TimelineUIUtils.js", | 44 "TimelineUIUtils.js", |
45 "TimelineView.js", | 45 "TimelineView.js", |
46 "TimelineLayersView.js", | 46 "TimelineLayersView.js", |
47 "TimelinePaintProfilerView.js", | 47 "TimelinePaintProfilerView.js", |
48 "TransformController.js", | 48 "TransformController.js", |
49 "PaintProfilerView.js", | 49 "PaintProfilerView.js", |
50 "TimelinePanel.js" | 50 "TimelinePanel.js" |
51 ], | 51 ], |
52 "resources": [ | 52 "resources": [ |
53 "invalidationsTree.css", | 53 "invalidationsTree.css", |
54 "timelinePanel.css" | 54 "timelinePanel.css", |
| 55 "timelineStatusDialog.css" |
55 ] | 56 ] |
56 } | 57 } |
OLD | NEW |