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

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

Issue 2679483002: DevTools: Create extensible QuickOpen control (Closed)
Patch Set: merge 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
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 60f97fde5d3e0d887abfc7a8a4dfbe241d13b49f..8a20f24059214830476f71c2505c65291c87c30d 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
@@ -14,6 +14,23 @@
"shortcut": "Meta+Shift+P"
}
]
+ },
+ {
+ "type": "@UI.ActionDelegate",
+ "actionId": "quickOpen.show",
+ "title": "Go to file...",
+ "className": "QuickOpen.QuickOpen.ShowActionDelegate",
+ "order": 100,
+ "bindings": [
+ {
+ "platform": "mac",
+ "shortcut": "Meta+P Meta+O"
+ },
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+P Ctrl+O"
+ }
+ ]
}
],
"dependencies": [
@@ -22,6 +39,7 @@
],
"scripts": [
"FilteredListWidget.js",
+ "QuickOpen.js",
"CommandMenu.js"
],
"resources": [

Powered by Google App Engine
This is Rietveld 408576698