| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
| 5 "name": "profiles", | 5 "name": "profiles", |
| 6 "title": "Profiles", | 6 "title": "Profiles", |
| 7 "order": 60, | 7 "order": 60, |
| 8 "className": "WebInspector.ProfilesPanel" | 8 "className": "WebInspector.ProfilesPanel" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "HeapSnapshotProxy.js", | 72 "HeapSnapshotProxy.js", |
| 73 "HeapSnapshotDataGrids.js", | 73 "HeapSnapshotDataGrids.js", |
| 74 "HeapSnapshotGridNodes.js", | 74 "HeapSnapshotGridNodes.js", |
| 75 "HeapSnapshotView.js", | 75 "HeapSnapshotView.js", |
| 76 "ProfileLauncherView.js", | 76 "ProfileLauncherView.js", |
| 77 "ProfileTypeRegistry.js", | 77 "ProfileTypeRegistry.js", |
| 78 "TargetsComboBoxController.js" | 78 "TargetsComboBoxController.js" |
| 79 ], | 79 ], |
| 80 "resources": [ | 80 "resources": [ |
| 81 "heapProfiler.css", | 81 "heapProfiler.css", |
| 82 "profilesPanel.css" | 82 "profilesPanel.css", |
| 83 "profilesSidebarTree.css" |
| 83 ] | 84 ] |
| 84 } | 85 } |
| OLD | NEW |