| 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": 60, |
| 8 "className": "WebInspector.ProfilesPanelFactory" | 8 "className": "WebInspector.ProfilesPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "type": "@WebInspector.ContextMenu.Provider", | 11 "type": "@WebInspector.ContextMenu.Provider", |
| 12 "contextTypes": ["WebInspector.RemoteObject"], | 12 "contextTypes": ["WebInspector.RemoteObject"], |
| 13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" | 13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "type": "setting", | 16 "type": "setting", |
| 17 "category": "Profiler", | 17 "category": "Profiler", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "HeapSnapshotView.js", | 72 "HeapSnapshotView.js", |
| 73 "ProfileLauncherView.js", | 73 "ProfileLauncherView.js", |
| 74 "ProfileTypeRegistry.js", | 74 "ProfileTypeRegistry.js", |
| 75 "TargetsComboBoxController.js" | 75 "TargetsComboBoxController.js" |
| 76 ], | 76 ], |
| 77 "resources": [ | 77 "resources": [ |
| 78 "heapProfiler.css", | 78 "heapProfiler.css", |
| 79 "profilesPanel.css" | 79 "profilesPanel.css" |
| 80 ] | 80 ] |
| 81 } | 81 } |
| OLD | NEW |