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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesView.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/sources/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/module.json b/third_party/WebKit/Source/devtools/front_end/sources/module.json
index ba3e2e2ff444390b35fbd0c747971b5cf45d2e04..f243af91150237cff60efe696a7785e90a9968b3 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -215,6 +215,18 @@
]
},
{
+ "type": "@QuickOpen.FilteredListWidget.Provider",
+ "title": "Open file",
+ "prefix": "",
+ "className": "Sources.OpenFileQuickOpen"
+ },
+ {
+ "type": "@QuickOpen.FilteredListWidget.Provider",
+ "title": "Go to line",
+ "prefix": ":",
+ "className": "Sources.GoToLineQuickOpen"
+ },
+ {
"type": "context-menu-item",
"location": "mainMenu/navigate",
"actionId": "sources.search.toggle"
@@ -222,7 +234,7 @@
{
"type": "context-menu-item",
"location": "navigatorMenu/navigate",
- "actionId": "sources.go-to-source"
+ "actionId": "quickOpen.show"
},
{
"type": "@Common.Revealer",
@@ -338,23 +350,6 @@
},
{
"type": "@UI.ActionDelegate",
- "actionId": "sources.go-to-source",
- "title": "Go to file...",
- "className": "Sources.SourcesPanel.RevealingActionDelegate",
- "order": 100,
- "bindings": [
- {
- "platform": "mac",
- "shortcut": "Meta+P Meta+O"
- },
- {
- "platform": "windows,linux",
- "shortcut": "Ctrl+P Ctrl+O"
- }
- ]
- },
- {
- "type": "@UI.ActionDelegate",
"actionId": "sources.switch-file",
"className": "Sources.SourcesView.SwitchFileActionDelegate",
"contextTypes": [
@@ -628,6 +623,7 @@
"EventListenerBreakpointsSidebarPane.js",
"FilePathScoreFunction.js",
"FilteredUISourceCodeListProvider.js",
+ "GoToLineQuickOpen.js",
"SourceMapNamesResolver.js",
"JavaScriptBreakpointsSidebarPane.js",
"JavaScriptOutlineDialog.js",
@@ -644,7 +640,7 @@
"ScriptFormatterEditorAction.js",
"InplaceFormatterEditorAction.js",
"ScriptFormatter.js",
- "OpenResourceDialog.js",
+ "OpenFileQuickOpen.js",
"SourcesView.js",
"AdvancedSearchView.js",
"FileBasedSearchResultsPane.js",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/SourcesView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698