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

Unified Diff: Source/devtools/protocol.json

Issue 1310433002: Devtools: [LayoutEditor] highlight changed value in the SSP (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index 9534cba0b1cae21f447a76fdf85831286c7f009d..3f290c6cf5a2c5d948ded741b147e67f48ed8868 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3226,6 +3226,13 @@
{ "name": "styleSheetId", "$ref": "StyleSheetId", "description": "Identifier of the removed stylesheet." }
],
"description": "Fired whenever an active document stylesheet is removed."
+ },
+ {
+ "name": "layoutEditorChange",
pfeldman 2015/08/21 01:39:41 this name lgtm, deferring the rest to dgozman.
+ "parameters": [
+ { "name": "styleSheetId", "$ref": "StyleSheetId", "description": "Identifier of the stylesheet where the modification occurred."},
+ { "name": "changeRange", "$ref": "SourceRange", "description": "Range where the modification occurred."}
+ ]
}
]
},

Powered by Google App Engine
This is Rietveld 408576698