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

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

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 7 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 | « Source/devtools/front_end/sources/SourcesView.js ('k') | Source/devtools/front_end/ui/Context.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index fcc73a87ef8f04b5c78280343e6cb0bd0edec164..1c3354a679ea6a762b61eb4048786135edd19ef0 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -26,6 +26,11 @@
"className": "WebInspector.SourcesPanel.UILocationRevealer"
},
{
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.UISourceCode"],
+ "className": "WebInspector.SourcesPanel.UISourceCodeRevealer"
+ },
+ {
"type": "@WebInspector.SourcesView.EditorAction",
"className": "WebInspector.InplaceFormatterEditorAction"
},
« no previous file with comments | « Source/devtools/front_end/sources/SourcesView.js ('k') | Source/devtools/front_end/ui/Context.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698