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

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

Issue 2859533004: DevTools: add command menu entries for adding new snippet, workspace folder (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesNavigator.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "className": "Sources.SourcesPanel.WrapperView" 489 "className": "Sources.SourcesPanel.WrapperView"
490 }, 490 },
491 { 491 {
492 "type": "@UI.ActionDelegate", 492 "type": "@UI.ActionDelegate",
493 "category": "Sources", 493 "category": "Sources",
494 "actionId": "sources.close-all", 494 "actionId": "sources.close-all",
495 "className": "Sources.SourcesView.CloseAllActionDelegate", 495 "className": "Sources.SourcesView.CloseAllActionDelegate",
496 "title": "Close All" 496 "title": "Close All"
497 }, 497 },
498 { 498 {
499 "type": "@UI.ActionDelegate",
500 "category": "Sources",
501 "actionId": "sources.create-snippet",
502 "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
503 "title": "Create new snippet"
504 },
505 {
506 "type": "@UI.ActionDelegate",
507 "category": "Sources",
508 "actionId": "sources.add-folder-to-workspace",
509 "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
510 "title": "Add folder to workspace"
511 },
512 {
499 "type": "@UI.ViewLocationResolver", 513 "type": "@UI.ViewLocationResolver",
500 "name": "navigator-view", 514 "name": "navigator-view",
501 "className": "Sources.SourcesPanel" 515 "className": "Sources.SourcesPanel"
502 }, 516 },
503 { 517 {
504 "type": "@UI.ViewLocationResolver", 518 "type": "@UI.ViewLocationResolver",
505 "name": "sources-sidebar", 519 "name": "sources-sidebar",
506 "category": "Sources", 520 "category": "Sources",
507 "className": "Sources.SourcesPanel" 521 "className": "Sources.SourcesPanel"
508 }, 522 },
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "navigatorView.css", 665 "navigatorView.css",
652 "revisionHistory.css", 666 "revisionHistory.css",
653 "serviceWorkersSidebar.css", 667 "serviceWorkersSidebar.css",
654 "sourcesPanel.css", 668 "sourcesPanel.css",
655 "sourcesSearch.css", 669 "sourcesSearch.css",
656 "sourcesView.css", 670 "sourcesView.css",
657 "threadsSidebarPane.css", 671 "threadsSidebarPane.css",
658 "dialog.css" 672 "dialog.css"
659 ] 673 ]
660 } 674 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesNavigator.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698