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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2370483002: DevTools: discover default port node servers for debugging (behind experiment) (Closed)
Patch Set: for landing Created 4 years, 3 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: third_party/WebKit/Source/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 38dfebab2f98000ca18674e969f57d1d97034647..809d7304ade8b25193f599fab32d911e1bb593a1 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -4338,6 +4338,14 @@
{ "name": "title", "type": "string" },
{ "name": "url", "type": "string" }
]
+ },
+ {
+ "id": "RemoteLocation",
+ "type": "object",
+ "properties": [
+ { "name": "host", "type": "string" },
+ { "name": "port", "type": "integer" }
+ ]
}
],
"commands": [
@@ -4395,6 +4403,15 @@
"async": true
},
{
+ "name": "setRemoteLocations",
+ "parameters": [
+
+ { "name": "locations", "type": "array", "items": { "$ref": "RemoteLocation" }, "description": "List of remote locations" }
+ ],
+ "description": "Enables target discovery for the specified locations.",
+ "handlers": ["browser"]
+ },
+ {
"name": "attach",
"description": "Attaches to the target with given id.",
"parameters": [
« no previous file with comments | « content/public/browser/devtools_external_agent_proxy_delegate.h ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698