Chromium Code Reviews| 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 134d954ac7c255214fdea957a77ebed6489204a5..ee94b784496e43eb0edf822868999803793dcb9d 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.Delegate", |
|
einbinder
2017/03/03 23:07:14
Should this go back to being "quick-open" or a Qui
|
| + "title": "Open file", |
| + "prefix": "", |
| + "factoryName": "Sources.OpenFileQuickOpen" |
| + }, |
| + { |
| + "type": "@QuickOpen.FilteredListWidget.Delegate", |
| + "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", |
| "FilteredUISourceCodeListDelegate.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", |