| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.PanelFactory", | 4 "type": "@WebInspector.PanelFactory", |
| 5 "name": "sources", | 5 "name": "sources", |
| 6 "title": "Sources", | 6 "title": "Sources", |
| 7 "order": 2, | 7 "order": 30, |
| 8 "className": "WebInspector.SourcesPanelFactory" | 8 "className": "WebInspector.SourcesPanelFactory" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "type": "@WebInspector.ContextMenu.Provider", | 11 "type": "@WebInspector.ContextMenu.Provider", |
| 12 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocati
on", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"], | 12 "contextTypes": ["WebInspector.UISourceCode", "WebInspector.UILocati
on", "WebInspector.RemoteObject", "WebInspector.NetworkRequest"], |
| 13 "className": "WebInspector.SourcesPanel.ContextMenuProvider" | 13 "className": "WebInspector.SourcesPanel.ContextMenuProvider" |
| 14 }, | 14 }, |
| 15 { | 15 { |
| 16 "type": "@WebInspector.ActionDelegate", | 16 "type": "@WebInspector.ActionDelegate", |
| 17 "actionId": "debugger.toggle-pause", | 17 "actionId": "debugger.toggle-pause", |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "filteredItemSelectionDialog.css", | 350 "filteredItemSelectionDialog.css", |
| 351 "uiList.css", | 351 "uiList.css", |
| 352 "navigatorView.css", | 352 "navigatorView.css", |
| 353 "revisionHistory.css", | 353 "revisionHistory.css", |
| 354 "serviceWorkersSidebar.css", | 354 "serviceWorkersSidebar.css", |
| 355 "sourcesPanel.css", | 355 "sourcesPanel.css", |
| 356 "sourcesSearch.css", | 356 "sourcesSearch.css", |
| 357 "sourcesView.css" | 357 "sourcesView.css" |
| 358 ] | 358 ] |
| 359 } | 359 } |
| OLD | NEW |