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

Unified Diff: components/ui_devtools/protocol.json

Issue 2526103002: Add live updates for AshDevToolsCSSAgent (Closed)
Patch Set: Created 4 years, 1 month 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: components/ui_devtools/protocol.json
diff --git a/components/ui_devtools/protocol.json b/components/ui_devtools/protocol.json
index 3ccbc2de9b491054fb76aa110ba9438a239cd7a5..5c90e938ebad3d2d30238d8d6b77aa14dbe2b822 100644
--- a/components/ui_devtools/protocol.json
+++ b/components/ui_devtools/protocol.json
@@ -158,9 +158,25 @@
]
}
],
+ "events": [
+ {
+ "name": "styleSheetChanged",
+ "parameters": [
+ {
+ "name": "styleSheetId",
+ "$ref": "StyleSheetId"
+ }
+ ],
+ "description": "Fired whenever any bounds are updated for any object."
+ }
+ ],
"domain": "CSS",
"types": [
{
+ "id": "StyleSheetId",
+ "type": "string"
+ },
+ {
"id": "CSSProperty",
"properties": [
{

Powered by Google App Engine
This is Rietveld 408576698