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

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

Issue 1416793005: Devtools: API To set the red/yellow squiggles for a file via DI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: 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 78d7804003e57016be34e300c936dccffd2ddbc3..dc64b980470aec7850c0eace581ba3f50ad7b863 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sources/module.json
@@ -173,6 +173,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