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

Unified Diff: Source/devtools/protocol.json

Issue 23201018: DevTools: add "Jump to Relayout Boundary" context menu item in Elements panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 6f152779bc7f9a920186f0c3a0e3340fe1c06422..92ee80d9aa5d203e594cc1227636d1a14c767f2b 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2125,6 +2125,17 @@
],
"description": "Sets files for the given file input element.",
"hidden": true
+ },
+ {
+ "name": "relayoutBoundaryForNode",
pfeldman 2013/09/06 13:35:51 getRelayoutBoundary
+ "parameters": [
+ { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node." }
+ ],
+ "returns": [
+ { "name": "relayoutBoundaryNodeId", "$ref": "NodeId", "description": "Relayout boundary node id for the given node." }
+ ],
+ "description": "Returns the id of the nearest ancestor that is a relayout boundary.",
+ "hidden": true
}
],
"events": [
« Source/devtools/front_end/ElementsPanel.js ('K') | « Source/devtools/front_end/ElementsPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698