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

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

Issue 1264133002: Devtools: [WIP] Implement enhanced devtools extension language APIs Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Small cleanups - prefer URIs to contentURLs, revert protocol unifications, remove lambdas Created 5 years, 4 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
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 db6fca2a965cf9b295f3c65d8a1b6da2fe3389d2..734ab2be2c8dad8df6932086df68e13eef475ad6 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -148,6 +148,16 @@
},
{
"type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.UISourceCodeMessages"],
+ "className": "WebInspector.SourcesPanel.LineMessageRevealer"
+ },
+ {
+ "type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.SearchResultsCollection"],
+ "className": "WebInspector.AdvancedSearchView.SearchResultsRevealer"
+ },
+ {
+ "type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.DebuggerPausedDetails"],
"className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
},
« no previous file with comments | « Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js ('k') | Source/devtools/front_end/ui/SuggestBox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698