| 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 { |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "contextTypes": ["WebInspector.DebuggerModel.Location"], | 166 "contextTypes": ["WebInspector.DebuggerModel.Location"], |
| 167 "className": "WebInspector.SourcesPanel.DebuggerLocationRevealer" | 167 "className": "WebInspector.SourcesPanel.DebuggerLocationRevealer" |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "type": "@WebInspector.Revealer", | 170 "type": "@WebInspector.Revealer", |
| 171 "contextTypes": ["WebInspector.UISourceCode"], | 171 "contextTypes": ["WebInspector.UISourceCode"], |
| 172 "className": "WebInspector.SourcesPanel.UISourceCodeRevealer" | 172 "className": "WebInspector.SourcesPanel.UISourceCodeRevealer" |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "type": "@WebInspector.Revealer", | 175 "type": "@WebInspector.Revealer", |
| 176 "contextTypes": ["WebInspector.UISourceCodeMessages"], |
| 177 "className": "WebInspector.SourcesPanel.LineMessageRevealer" |
| 178 }, |
| 179 { |
| 180 "type": "@WebInspector.Revealer", |
| 176 "contextTypes": ["WebInspector.DebuggerPausedDetails"], | 181 "contextTypes": ["WebInspector.DebuggerPausedDetails"], |
| 177 "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsReveale
r" | 182 "className": "WebInspector.SourcesPanel.DebuggerPausedDetailsReveale
r" |
| 178 }, | 183 }, |
| 179 { | 184 { |
| 180 "type": "@WebInspector.SourcesView.EditorAction", | 185 "type": "@WebInspector.SourcesView.EditorAction", |
| 181 "className": "WebInspector.InplaceFormatterEditorAction" | 186 "className": "WebInspector.InplaceFormatterEditorAction" |
| 182 }, | 187 }, |
| 183 { | 188 { |
| 184 "type": "@WebInspector.SourcesView.EditorAction", | 189 "type": "@WebInspector.SourcesView.EditorAction", |
| 185 "className": "WebInspector.ScriptFormatterEditorAction" | 190 "className": "WebInspector.ScriptFormatterEditorAction" |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 "filteredItemSelectionDialog.css", | 363 "filteredItemSelectionDialog.css", |
| 359 "uiList.css", | 364 "uiList.css", |
| 360 "navigatorView.css", | 365 "navigatorView.css", |
| 361 "revisionHistory.css", | 366 "revisionHistory.css", |
| 362 "serviceWorkersSidebar.css", | 367 "serviceWorkersSidebar.css", |
| 363 "sourcesPanel.css", | 368 "sourcesPanel.css", |
| 364 "sourcesSearch.css", | 369 "sourcesSearch.css", |
| 365 "sourcesView.css" | 370 "sourcesView.css" |
| 366 ] | 371 ] |
| 367 } | 372 } |
| OLD | NEW |