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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 "fileBasedSearchResultsPane.css", | 663 "fileBasedSearchResultsPane.css", |
664 "navigatorTree.css", | 664 "navigatorTree.css", |
665 "navigatorView.css", | 665 "navigatorView.css", |
666 "revisionHistory.css", | 666 "revisionHistory.css", |
667 "scopeChainSidebarPane.css", | 667 "scopeChainSidebarPane.css", |
668 "serviceWorkersSidebar.css", | 668 "serviceWorkersSidebar.css", |
669 "sourcesPanel.css", | 669 "sourcesPanel.css", |
670 "sourcesSearch.css", | 670 "sourcesSearch.css", |
671 "sourcesView.css", | 671 "sourcesView.css", |
672 "threadsSidebarPane.css", | 672 "threadsSidebarPane.css", |
| 673 "watchExpressionsSidebarPane.css", |
673 "dialog.css" | 674 "dialog.css" |
674 ] | 675 ] |
675 } | 676 } |
OLD | NEW |