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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": ["bindings"], 2 "extensions": [
3 {
4 "type": "@QuickOpen.FilteredListWidget.Provider",
5 "title": "Run snippet",
6 "prefix": "!",
7 "className": "Snippets.SnippetsQuickOpen"
8 }
9 ],
10 "dependencies": ["bindings", "quick_open"],
3 "scripts": [ 11 "scripts": [
4 "SnippetStorage.js", 12 "SnippetStorage.js",
5 "ScriptSnippetModel.js" 13 "ScriptSnippetModel.js",
14 "SnippetsQuickOpen.js"
6 ] 15 ]
7 } 16 }
OLDNEW
« 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