| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.PanelFactory", | 4 "type": "@WebInspector.PanelFactory", |
| 5 "name": "profiles", | 5 "name": "profiles", |
| 6 "title": "Profiles", | 6 "title": "Profiles", |
| 7 "order": 4, | 7 "order": 4, |
| 8 "className": "WebInspector.ProfilesPanelFactory" | 8 "className": "WebInspector.ProfilesPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "CPUProfileBottomUpDataGrid.js", | 47 "CPUProfileBottomUpDataGrid.js", |
| 48 "CPUProfileTopDownDataGrid.js", | 48 "CPUProfileTopDownDataGrid.js", |
| 49 "CPUProfileFlameChart.js", | 49 "CPUProfileFlameChart.js", |
| 50 "CPUProfileView.js", | 50 "CPUProfileView.js", |
| 51 "HeapSnapshotCommon.js", | 51 "HeapSnapshotCommon.js", |
| 52 "HeapSnapshotProxy.js", | 52 "HeapSnapshotProxy.js", |
| 53 "HeapSnapshotDataGrids.js", | 53 "HeapSnapshotDataGrids.js", |
| 54 "HeapSnapshotGridNodes.js", | 54 "HeapSnapshotGridNodes.js", |
| 55 "HeapSnapshotView.js", | 55 "HeapSnapshotView.js", |
| 56 "ProfileLauncherView.js", | 56 "ProfileLauncherView.js", |
| 57 "CanvasProfileView.js", | |
| 58 "CanvasReplayStateView.js", | |
| 59 "ProfileTypeRegistry.js", | 57 "ProfileTypeRegistry.js", |
| 60 "TargetsComboBoxController.js" | 58 "TargetsComboBoxController.js" |
| 61 ], | 59 ], |
| 62 "stylesheets": [ | 60 "stylesheets": [ |
| 63 "canvasProfiler.css", | |
| 64 "heapProfiler.css", | 61 "heapProfiler.css", |
| 65 "profilesPanel.css" | 62 "profilesPanel.css" |
| 66 ] | 63 ] |
| 67 } | 64 } |
| OLD | NEW |