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

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

Issue 2741683002: Devtools: Move CommandMenu into QuickOpen dialog (Closed)
Patch Set: Move CommandMenu into QuickOpen dialog Created 3 years, 9 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/quick_open/CommandMenu.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/quick_open/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
index 8a20f24059214830476f71c2505c65291c87c30d..a9b49d792e885147df529f0913f67acb7f9d9be7 100644
--- a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
@@ -1,6 +1,12 @@
{
"extensions": [
{
+ "type": "@QuickOpen.FilteredListWidget.Provider",
+ "title": "Run a command",
+ "prefix": ">",
+ "className": "QuickOpen.CommandMenuProvider"
+ },
+ {
"type": "@UI.ActionDelegate",
"actionId": "commandMenu.show",
"className": "QuickOpen.CommandMenu.ShowActionDelegate",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698