| 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": 30, | 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.DOMNode", "WebInspector.NetworkR
equest"], |
| 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", |
| 18 "iconClass": "pause-toolbar-item", | 18 "iconClass": "pause-toolbar-item", |
| 19 "className": "WebInspector.SourcesPanel.RevealingActionDelegate", | 19 "className": "WebInspector.SourcesPanel.RevealingActionDelegate", |
| 20 "contextTypes": ["WebInspector.SourcesPanel", "WebInspector.Shortcut
Registry.ForwardedShortcut"], | 20 "contextTypes": ["WebInspector.SourcesPanel", "WebInspector.Shortcut
Registry.ForwardedShortcut"], |
| 21 "bindings": [ | 21 "bindings": [ |
| 22 { | 22 { |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "filteredItemSelectionDialog.css", | 358 "filteredItemSelectionDialog.css", |
| 359 "uiList.css", | 359 "uiList.css", |
| 360 "navigatorView.css", | 360 "navigatorView.css", |
| 361 "revisionHistory.css", | 361 "revisionHistory.css", |
| 362 "serviceWorkersSidebar.css", | 362 "serviceWorkersSidebar.css", |
| 363 "sourcesPanel.css", | 363 "sourcesPanel.css", |
| 364 "sourcesSearch.css", | 364 "sourcesSearch.css", |
| 365 "sourcesView.css" | 365 "sourcesView.css" |
| 366 ] | 366 ] |
| 367 } | 367 } |
| OLD | NEW |