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

Unified Diff: Source/devtools/protocol.json

Issue 964493002: DevTools: improve TTIE, do not select body before the target element upon inspect element. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: headless test fixed Created 5 years, 10 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') | no next file » | 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 3e5e36b67bc80eed18ede8c13a4d743cde04c7a5..3aec5e0453ea7d4b448b36b7adec933da267eb60 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -2652,7 +2652,7 @@
{
"name": "inspectNodeRequested",
"parameters": [
- { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to inspect." }
+ { "name": "backendNodeId", "$ref": "BackendNodeId", "description": "Id of the node to inspect." }
],
"description": "Fired when the node should be inspected. This happens after call to <code>setInspectModeEnabled</code>.",
"hidden" : true
« no previous file with comments | « Source/devtools/front_end/sdk/DOMModel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698