| OLD | NEW |
| 1 { | 1 { |
| 2 "extensions": [ | 2 "extensions": [ |
| 3 { | 3 { |
| 4 "type": "view", | 4 "type": "view", |
| 5 "location": "panel", | 5 "location": "panel", |
| 6 "id": "sources", | 6 "id": "sources", |
| 7 "title": "Sources", | 7 "title": "Sources", |
| 8 "order": 30, | 8 "order": 30, |
| 9 "className": "Sources.SourcesPanel" | 9 "className": "Sources.SourcesPanel" |
| 10 }, | 10 }, |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "title": "Close All" | 496 "title": "Close All" |
| 497 }, | 497 }, |
| 498 { | 498 { |
| 499 "type": "@UI.ViewLocationResolver", | 499 "type": "@UI.ViewLocationResolver", |
| 500 "name": "navigator-view", | 500 "name": "navigator-view", |
| 501 "className": "Sources.SourcesPanel" | 501 "className": "Sources.SourcesPanel" |
| 502 }, | 502 }, |
| 503 { | 503 { |
| 504 "type": "@UI.ViewLocationResolver", | 504 "type": "@UI.ViewLocationResolver", |
| 505 "name": "sources-sidebar", | 505 "name": "sources-sidebar", |
| 506 "category": "Sources", |
| 506 "className": "Sources.SourcesPanel" | 507 "className": "Sources.SourcesPanel" |
| 507 }, | 508 }, |
| 508 { | 509 { |
| 509 "type": "view", | 510 "type": "view", |
| 510 "location": "sources-sidebar", | 511 "location": "sources-sidebar", |
| 511 "id": "sources.xhrBreakpoints", | 512 "id": "sources.xhrBreakpoints", |
| 512 "title": "XHR Breakpoints", | 513 "title": "XHR Breakpoints", |
| 513 "order": 5, | 514 "order": 5, |
| 514 "hasToolbar": "true", | 515 "hasToolbar": "true", |
| 515 "persistence": "permanent", | 516 "persistence": "permanent", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 "navigatorView.css", | 667 "navigatorView.css", |
| 667 "revisionHistory.css", | 668 "revisionHistory.css", |
| 668 "serviceWorkersSidebar.css", | 669 "serviceWorkersSidebar.css", |
| 669 "sourcesPanel.css", | 670 "sourcesPanel.css", |
| 670 "sourcesSearch.css", | 671 "sourcesSearch.css", |
| 671 "sourcesView.css", | 672 "sourcesView.css", |
| 672 "threadsSidebarPane.css", | 673 "threadsSidebarPane.css", |
| 673 "dialog.css" | 674 "dialog.css" |
| 674 ] | 675 ] |
| 675 } | 676 } |
| OLD | NEW |