| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "view", |
| 5 "name": "profiles", | 5 "location": "panel", |
| 6 "id": "profiles", |
| 6 "title": "Profiles", | 7 "title": "Profiles", |
| 7 "order": 60, | 8 "order": 60, |
| 8 "className": "WebInspector.ProfilesPanel" | 9 "className": "WebInspector.ProfilesPanel" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "type": "@WebInspector.ContextMenu.Provider", | 12 "type": "@WebInspector.ContextMenu.Provider", |
| 12 "contextTypes": ["WebInspector.RemoteObject"], | 13 "contextTypes": ["WebInspector.RemoteObject"], |
| 13 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" | 14 "className": "WebInspector.ProfilesPanel.ContextMenuProvider" |
| 14 }, | 15 }, |
| 15 { | 16 { |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "ProfileLauncherView.js", | 77 "ProfileLauncherView.js", |
| 77 "ProfileTypeRegistry.js", | 78 "ProfileTypeRegistry.js", |
| 78 "TargetsComboBoxController.js" | 79 "TargetsComboBoxController.js" |
| 79 ], | 80 ], |
| 80 "resources": [ | 81 "resources": [ |
| 81 "heapProfiler.css", | 82 "heapProfiler.css", |
| 82 "profilesPanel.css", | 83 "profilesPanel.css", |
| 83 "profilesSidebarTree.css" | 84 "profilesSidebarTree.css" |
| 84 ] | 85 ] |
| 85 } | 86 } |
| OLD | NEW |