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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/module.json

Issue 2679483002: DevTools: Create extensible QuickOpen control (Closed)
Patch Set: delegates again 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "sources", 6 "id": "sources",
7 "title": "Sources", 7 "title": "Sources",
8 "order": 30, 8 "order": 30,
9 "className": "Sources.SourcesPanel" 9 "className": "Sources.SourcesPanel"
10 }, 10 },
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "contextTypes": [ 208 "contextTypes": [
209 "SourceFrame.UISourceCodeFrame" 209 "SourceFrame.UISourceCodeFrame"
210 ], 210 ],
211 "bindings": [ 211 "bindings": [
212 { 212 {
213 "shortcut": "Ctrl+Shift+E" 213 "shortcut": "Ctrl+Shift+E"
214 } 214 }
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "type": "@QuickOpen.FilteredListWidget.Delegate",
einbinder 2017/03/03 23:07:14 Should this go back to being "quick-open" or a Qui
219 "title": "Open file",
220 "prefix": "",
221 "factoryName": "Sources.OpenFileQuickOpen"
222 },
223 {
224 "type": "@QuickOpen.FilteredListWidget.Delegate",
225 "title": "Go to line",
226 "prefix": ":",
227 "className": "Sources.GoToLineQuickOpen"
228 },
229 {
218 "type": "context-menu-item", 230 "type": "context-menu-item",
219 "location": "mainMenu/navigate", 231 "location": "mainMenu/navigate",
220 "actionId": "sources.search.toggle" 232 "actionId": "sources.search.toggle"
221 }, 233 },
222 { 234 {
223 "type": "context-menu-item", 235 "type": "context-menu-item",
224 "location": "navigatorMenu/navigate", 236 "location": "navigatorMenu/navigate",
225 "actionId": "sources.go-to-source" 237 "actionId": "quickOpen.show"
226 }, 238 },
227 { 239 {
228 "type": "@Common.Revealer", 240 "type": "@Common.Revealer",
229 "contextTypes": [ 241 "contextTypes": [
230 "Workspace.UILocation" 242 "Workspace.UILocation"
231 ], 243 ],
232 "className": "Sources.SourcesPanel.UILocationRevealer" 244 "className": "Sources.SourcesPanel.UILocationRevealer"
233 }, 245 },
234 { 246 {
235 "type": "@Common.Revealer", 247 "type": "@Common.Revealer",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "viewId": "navigator-contentScripts", 343 "viewId": "navigator-contentScripts",
332 "className": "Sources.ContentScriptsNavigatorView" 344 "className": "Sources.ContentScriptsNavigatorView"
333 }, 345 },
334 { 346 {
335 "type": "@Sources.NavigatorView", 347 "type": "@Sources.NavigatorView",
336 "viewId": "navigator-snippets", 348 "viewId": "navigator-snippets",
337 "className": "Sources.SnippetsNavigatorView" 349 "className": "Sources.SnippetsNavigatorView"
338 }, 350 },
339 { 351 {
340 "type": "@UI.ActionDelegate", 352 "type": "@UI.ActionDelegate",
341 "actionId": "sources.go-to-source",
342 "title": "Go to file...",
343 "className": "Sources.SourcesPanel.RevealingActionDelegate",
344 "order": 100,
345 "bindings": [
346 {
347 "platform": "mac",
348 "shortcut": "Meta+P Meta+O"
349 },
350 {
351 "platform": "windows,linux",
352 "shortcut": "Ctrl+P Ctrl+O"
353 }
354 ]
355 },
356 {
357 "type": "@UI.ActionDelegate",
358 "actionId": "sources.switch-file", 353 "actionId": "sources.switch-file",
359 "className": "Sources.SourcesView.SwitchFileActionDelegate", 354 "className": "Sources.SourcesView.SwitchFileActionDelegate",
360 "contextTypes": [ 355 "contextTypes": [
361 "Sources.SourcesView" 356 "Sources.SourcesView"
362 ], 357 ],
363 "bindings": [ 358 "bindings": [
364 { 359 {
365 "shortcut": "Alt+O" 360 "shortcut": "Alt+O"
366 } 361 }
367 ] 362 ]
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 ], 616 ],
622 "scripts": [ 617 "scripts": [
623 "AddSourceMapURLDialog.js", 618 "AddSourceMapURLDialog.js",
624 "CallStackSidebarPane.js", 619 "CallStackSidebarPane.js",
625 "DebuggerPausedMessage.js", 620 "DebuggerPausedMessage.js",
626 "SimpleHistoryManager.js", 621 "SimpleHistoryManager.js",
627 "EditingLocationHistoryManager.js", 622 "EditingLocationHistoryManager.js",
628 "EventListenerBreakpointsSidebarPane.js", 623 "EventListenerBreakpointsSidebarPane.js",
629 "FilePathScoreFunction.js", 624 "FilePathScoreFunction.js",
630 "FilteredUISourceCodeListDelegate.js", 625 "FilteredUISourceCodeListDelegate.js",
626 "GoToLineQuickOpen.js",
631 "SourceMapNamesResolver.js", 627 "SourceMapNamesResolver.js",
632 "JavaScriptBreakpointsSidebarPane.js", 628 "JavaScriptBreakpointsSidebarPane.js",
633 "JavaScriptOutlineDialog.js", 629 "JavaScriptOutlineDialog.js",
634 "JavaScriptSourceFrame.js", 630 "JavaScriptSourceFrame.js",
635 "CSSSourceFrame.js", 631 "CSSSourceFrame.js",
636 "NavigatorView.js", 632 "NavigatorView.js",
637 "RevisionHistoryView.js", 633 "RevisionHistoryView.js",
638 "ScopeChainSidebarPane.js", 634 "ScopeChainSidebarPane.js",
639 "SourcesNavigator.js", 635 "SourcesNavigator.js",
640 "StyleSheetOutlineDialog.js", 636 "StyleSheetOutlineDialog.js",
641 "TabbedEditorContainer.js", 637 "TabbedEditorContainer.js",
642 "WatchExpressionsSidebarPane.js", 638 "WatchExpressionsSidebarPane.js",
643 "ThreadsSidebarPane.js", 639 "ThreadsSidebarPane.js",
644 "ScriptFormatterEditorAction.js", 640 "ScriptFormatterEditorAction.js",
645 "InplaceFormatterEditorAction.js", 641 "InplaceFormatterEditorAction.js",
646 "ScriptFormatter.js", 642 "ScriptFormatter.js",
647 "OpenResourceDialog.js", 643 "OpenFileQuickOpen.js",
648 "SourcesView.js", 644 "SourcesView.js",
649 "AdvancedSearchView.js", 645 "AdvancedSearchView.js",
650 "FileBasedSearchResultsPane.js", 646 "FileBasedSearchResultsPane.js",
651 "SourcesSearchScope.js", 647 "SourcesSearchScope.js",
652 "SourcesPanel.js", 648 "SourcesPanel.js",
653 "WorkspaceMappingTip.js", 649 "WorkspaceMappingTip.js",
654 "XHRBreakpointsSidebarPane.js", 650 "XHRBreakpointsSidebarPane.js",
655 "JavaScriptCompiler.js", 651 "JavaScriptCompiler.js",
656 "ObjectEventListenersSidebarPane.js" 652 "ObjectEventListenersSidebarPane.js"
657 ], 653 ],
658 "resources": [ 654 "resources": [
659 "callStackSidebarPane.css", 655 "callStackSidebarPane.css",
660 "debuggerPausedMessage.css", 656 "debuggerPausedMessage.css",
661 "eventListenerBreakpoints.css", 657 "eventListenerBreakpoints.css",
662 "fileBasedSearchResultsPane.css", 658 "fileBasedSearchResultsPane.css",
663 "navigatorTree.css", 659 "navigatorTree.css",
664 "navigatorView.css", 660 "navigatorView.css",
665 "revisionHistory.css", 661 "revisionHistory.css",
666 "serviceWorkersSidebar.css", 662 "serviceWorkersSidebar.css",
667 "sourcesPanel.css", 663 "sourcesPanel.css",
668 "sourcesSearch.css", 664 "sourcesSearch.css",
669 "sourcesView.css", 665 "sourcesView.css",
670 "threadsSidebarPane.css", 666 "threadsSidebarPane.css",
671 "dialog.css" 667 "dialog.css"
672 ] 668 ]
673 } 669 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698