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

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

Issue 2783233005: DevTools: Move JavaScript and CSS outline into QuickOpen (Closed)
Patch Set: 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/StyleSheetOutlineDialog.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 f243af91150237cff60efe696a7785e90a9968b3..ce2a582af4f070b9dd555914c3018a89dd9d29f4 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -227,6 +227,12 @@
"className": "Sources.GoToLineQuickOpen"
},
{
+ "type": "@QuickOpen.FilteredListWidget.Provider",
+ "title": "Go to symbol",
+ "prefix": "@",
+ "className": "Sources.OutlineQuickOpen"
+ },
+ {
"type": "context-menu-item",
"location": "mainMenu/navigate",
"actionId": "sources.search.toggle"
@@ -626,14 +632,13 @@
"GoToLineQuickOpen.js",
"SourceMapNamesResolver.js",
"JavaScriptBreakpointsSidebarPane.js",
- "JavaScriptOutlineDialog.js",
"JavaScriptSourceFrame.js",
"CSSSourceFrame.js",
"NavigatorView.js",
"RevisionHistoryView.js",
"ScopeChainSidebarPane.js",
"SourcesNavigator.js",
- "StyleSheetOutlineDialog.js",
+ "OutlineQuickOpen.js",
"TabbedEditorContainer.js",
"WatchExpressionsSidebarPane.js",
"ThreadsSidebarPane.js",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/StyleSheetOutlineDialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698