Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2902543002: DevTools: migrate WatchExpressionsSidebarPane to shadow (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698