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

Unified Diff: Source/devtools/protocol.json

Issue 1153503010: Devtools: Margin resizer in overlay experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | Source/web/InspectorOverlayImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/protocol.json
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
index f93ff09a0dc9845e0fc0337a3cbad082077bca15..291a3c318554f5a9e2f2ed00baab0f5cf499a7d9 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -3091,6 +3091,13 @@
{ "name": "styleSheetId", "$ref": "StyleSheetId", "description": "Identifier of the removed stylesheet." }
],
"description": "Fired whenever an active document stylesheet is removed."
+ },
+ {
+ "name": "cssPropertyEdited",
+ "parameters": [
+ { "name": "nodeId", "$ref": "DOM.NodeId", "description": "Host element id." },
+ { "name": "newValue", "type": "number"}
+ ]
}
]
},
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | Source/web/InspectorOverlayImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698