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

Unified Diff: third_party/WebKit/Source/devtools/front_end/snippets/module.json

Issue 2794013006: DevTools: Run snippet QuickOpen (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/snippets/SnippetsQuickOpen.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/snippets/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/snippets/module.json b/third_party/WebKit/Source/devtools/front_end/snippets/module.json
index 2dc0e2de4744163a25376214270e955860057329..79774a6b7fb0e0d2ea1406a0351a6440277202f2 100644
--- a/third_party/WebKit/Source/devtools/front_end/snippets/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/snippets/module.json
@@ -1,7 +1,16 @@
{
- "dependencies": ["bindings"],
+ "extensions": [
+ {
+ "type": "@QuickOpen.FilteredListWidget.Provider",
+ "title": "Run snippet",
+ "prefix": "!",
+ "className": "Snippets.SnippetsQuickOpen"
+ }
+ ],
+ "dependencies": ["bindings", "quick_open"],
"scripts": [
"SnippetStorage.js",
- "ScriptSnippetModel.js"
+ "ScriptSnippetModel.js",
+ "SnippetsQuickOpen.js"
]
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/snippets/SnippetsQuickOpen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698