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

Unified Diff: third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js

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 | « no previous file | third_party/WebKit/Source/devtools/front_end/quick_open/module.json » ('j') | 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/CommandMenu.js
diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js b/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
index 7d745c4d8f727c1161306cd8d0223b063c35325c..6be020be4c1fe25ddd673f7ce12e8ba16c1376f7 100644
--- a/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
+++ b/third_party/WebKit/Source/devtools/front_end/quick_open/CommandMenu.js
@@ -308,8 +308,7 @@ QuickOpen.CommandMenu.ShowActionDelegate = class {
* @return {boolean}
*/
handleAction(context, actionId) {
- new QuickOpen.FilteredListWidget(new QuickOpen.CommandMenuProvider()).showAsDialog();
- InspectorFrontendHost.bringToFront();
+ QuickOpen.QuickOpen.show('>');
return true;
}
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/quick_open/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698