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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index 41d5798b5bc943eb30a68e9f75276e950e8ba204..6582c103330843593daa7a0cc227f7d016406550 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -496,6 +496,20 @@
"title": "Close All"
},
{
+ "type": "@UI.ActionDelegate",
+ "category": "Sources",
+ "actionId": "sources.create-snippet",
+ "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
+ "title": "Create new snippet"
+ },
+ {
+ "type": "@UI.ActionDelegate",
+ "category": "Sources",
+ "actionId": "sources.add-folder-to-workspace",
+ "className": "Sources.SourcesNavigatorView.CreatingActionDelegate",
+ "title": "Add folder to workspace"
+ },
+ {
"type": "@UI.ViewLocationResolver",
"name": "navigator-view",
"className": "Sources.SourcesPanel"
« 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