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

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

Issue 2609653002: [DevTools] Migrate CallStackSidebarPane to UI.ListControl. (Closed)
Patch Set: Created 3 years, 11 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "AdvancedSearchView.js", 579 "AdvancedSearchView.js",
580 "FileBasedSearchResultsPane.js", 580 "FileBasedSearchResultsPane.js",
581 "SourcesSearchScope.js", 581 "SourcesSearchScope.js",
582 "SourcesPanel.js", 582 "SourcesPanel.js",
583 "WorkspaceMappingTip.js", 583 "WorkspaceMappingTip.js",
584 "XHRBreakpointsSidebarPane.js", 584 "XHRBreakpointsSidebarPane.js",
585 "JavaScriptCompiler.js", 585 "JavaScriptCompiler.js",
586 "ObjectEventListenersSidebarPane.js" 586 "ObjectEventListenersSidebarPane.js"
587 ], 587 ],
588 "resources": [ 588 "resources": [
589 "callStackSidebarPane.css",
589 "uiList.css", 590 "uiList.css",
590 "debuggerPausedMessage.css", 591 "debuggerPausedMessage.css",
591 "eventListenerBreakpoints.css", 592 "eventListenerBreakpoints.css",
592 "fileBasedSearchResultsPane.css", 593 "fileBasedSearchResultsPane.css",
593 "navigatorTree.css", 594 "navigatorTree.css",
594 "navigatorView.css", 595 "navigatorView.css",
595 "revisionHistory.css", 596 "revisionHistory.css",
596 "serviceWorkersSidebar.css", 597 "serviceWorkersSidebar.css",
597 "sourcesPanel.css", 598 "sourcesPanel.css",
598 "sourcesSearch.css", 599 "sourcesSearch.css",
599 "sourcesView.css" 600 "sourcesView.css"
600 ] 601 ]
601 } 602 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698