| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "@WebInspector.Panel", | 4 "type": "@WebInspector.Panel", |
| 5 "name": "sources", | 5 "name": "sources", |
| 6 "title": "Sources", | 6 "title": "Sources", |
| 7 "order": 30, | 7 "order": 30, |
| 8 "className": "WebInspector.SourcesPanel" | 8 "className": "WebInspector.SourcesPanel" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 "title": "Search", | 335 "title": "Search", |
| 336 "persistence": "closeable", | 336 "persistence": "closeable", |
| 337 "order": 100, | 337 "order": 100, |
| 338 "className": "WebInspector.AdvancedSearchView" | 338 "className": "WebInspector.AdvancedSearchView" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "type": "view", | 341 "type": "view", |
| 342 "location": "drawer-view", | 342 "location": "drawer-view", |
| 343 "id": "sources.history", | 343 "id": "sources.history", |
| 344 "title": "History", | 344 "title": "History", |
| 345 "persistence": "temporary", | 345 "persistence": "transient", |
| 346 "className": "WebInspector.RevisionHistoryView" | 346 "className": "WebInspector.RevisionHistoryView" |
| 347 }, | 347 }, |
| 348 { | 348 { |
| 349 "type": "view", | 349 "type": "view", |
| 350 "location": "drawer-view", | 350 "location": "drawer-view", |
| 351 "id": "sources.quick", | 351 "id": "sources.quick", |
| 352 "title": "Quick source", | 352 "title": "Quick source", |
| 353 "persistence": "closeable", | 353 "persistence": "closeable", |
| 354 "order": 1000, | 354 "order": 1000, |
| 355 "className": "WebInspector.SourcesPanel.WrapperView" | 355 "className": "WebInspector.SourcesPanel.WrapperView" |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 "addSourceMapURLDialog.css", | 416 "addSourceMapURLDialog.css", |
| 417 "uiList.css", | 417 "uiList.css", |
| 418 "navigatorView.css", | 418 "navigatorView.css", |
| 419 "revisionHistory.css", | 419 "revisionHistory.css", |
| 420 "serviceWorkersSidebar.css", | 420 "serviceWorkersSidebar.css", |
| 421 "sourcesPanel.css", | 421 "sourcesPanel.css", |
| 422 "sourcesSearch.css", | 422 "sourcesSearch.css", |
| 423 "sourcesView.css" | 423 "sourcesView.css" |
| 424 ] | 424 ] |
| 425 } | 425 } |
| OLD | NEW |