| 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": 50, | 7 "order": 50, |
| 8 "className": "WebInspector.TimelinePanelFactory" | 8 "className": "WebInspector.TimelinePanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "bindings": [ | 98 "bindings": [ |
| 99 { | 99 { |
| 100 "shortcut": "]" | 100 "shortcut": "]" |
| 101 } | 101 } |
| 102 ] | 102 ] |
| 103 } | 103 } |
| 104 ], | 104 ], |
| 105 "dependencies": [ | 105 "dependencies": [ |
| 106 "components", | 106 "components", |
| 107 "components_lazy", | 107 "components_lazy", |
| 108 "emulation", |
| 108 "source_frame", | 109 "source_frame", |
| 109 "sources", | 110 "sources", |
| 110 "ui_lazy" | 111 "ui_lazy" |
| 111 ], | 112 ], |
| 112 "scripts": [ | 113 "scripts": [ |
| 113 "LayerTreeModel.js", | 114 "LayerTreeModel.js", |
| 114 "CountersGraph.js", | 115 "CountersGraph.js", |
| 115 "LayerDetailsView.js", | 116 "LayerDetailsView.js", |
| 116 "LayerTreeOutline.js", | 117 "LayerTreeOutline.js", |
| 117 "LayerViewHost.js", | 118 "LayerViewHost.js", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 134 "PaintProfilerView.js", | 135 "PaintProfilerView.js", |
| 135 "TimelinePanel.js" | 136 "TimelinePanel.js" |
| 136 ], | 137 ], |
| 137 "resources": [ | 138 "resources": [ |
| 138 "invalidationsTree.css", | 139 "invalidationsTree.css", |
| 139 "timelineFlamechartPopover.css", | 140 "timelineFlamechartPopover.css", |
| 140 "timelinePanel.css", | 141 "timelinePanel.css", |
| 141 "timelineStatusDialog.css" | 142 "timelineStatusDialog.css" |
| 142 ] | 143 ] |
| 143 } | 144 } |
| OLD | NEW |