| 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",
|
|
|