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

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

Issue 1361863002: Devtools: API To set the red/yellow squiggles for a file via DI (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 fd3ed8bb08abadec8e64fe8e69f87df62f48d963..f249cb10aee19d8eebc6cad2869a9e37c8f44751 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -164,6 +164,11 @@
},
{
"type": "@WebInspector.Revealer",
+ "contextTypes": ["WebInspector.UISourceCodeMessages"],
+ "className": "WebInspector.SourcesPanel.LineMessageRevealer"
+ },
+ {
+ "type": "@WebInspector.Revealer",
"contextTypes": ["WebInspector.DebuggerPausedDetails"],
"className": "WebInspector.SourcesPanel.DebuggerPausedDetailsRevealer"
},

Powered by Google App Engine
This is Rietveld 408576698