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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1692813002: Revert of [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: third_party/WebKit/Source/devtools/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 9034af2bbd3bcebc29fae40cb2db1d6e42e72212..d14c5d8b3ff83fbaf556f2e37d61f0ecbc6b8452 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -973,6 +973,13 @@
"name": "disable",
"hidden": true,
"description": "Disables reporting of execution contexts creation."
+ },
+ {
+ "name": "isRunRequired",
+ "returns": [
+ { "name": "result", "type": "boolean", "description": "True if the Runtime is in paused on start state." }
+ ],
+ "hidden": true
},
{
"name": "setCustomObjectFormatterEnabled",
@@ -4283,7 +4290,19 @@
]
},
{
- "name": "setWaitForDebuggerOnStart",
+ "name": "connectToWorker",
+ "parameters": [
+ { "name": "workerId", "type": "string" }
+ ]
+ },
+ {
+ "name": "disconnectFromWorker",
+ "parameters": [
+ { "name": "workerId", "type": "string" }
+ ]
+ },
+ {
+ "name": "setAutoconnectToWorkers",
"parameters": [
{ "name": "value", "type": "boolean" }
]
@@ -4295,7 +4314,7 @@
"parameters": [
{ "name": "workerId", "type": "string" },
{ "name": "url", "type": "string" },
- { "name": "waitingForDebugger", "type": "boolean" }
+ { "name": "inspectorConnected", "type": "boolean" }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698