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

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

Issue 2815373003: DevTools: Add more views to command menu (Closed)
Patch Set: Add panel location Created 3 years, 8 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698