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

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

Issue 1679133002: [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitForDebuggerOnStart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined tests 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 d14c5d8b3ff83fbaf556f2e37d61f0ecbc6b8452..7ee3d340ebf3556f4c41ee68ee984671ddff4941 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -975,13 +975,6 @@
"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",
"parameters": [
{
@@ -4290,19 +4283,7 @@
]
},
{
- "name": "connectToWorker",
- "parameters": [
- { "name": "workerId", "type": "string" }
- ]
- },
- {
- "name": "disconnectFromWorker",
- "parameters": [
- { "name": "workerId", "type": "string" }
- ]
- },
- {
- "name": "setAutoconnectToWorkers",
+ "name": "setPauseWorkersOnStart",
"parameters": [
{ "name": "value", "type": "boolean" }
]
@@ -4314,7 +4295,7 @@
"parameters": [
{ "name": "workerId", "type": "string" },
{ "name": "url", "type": "string" },
- { "name": "inspectorConnected", "type": "boolean" }
+ { "name": "pausedOnStart", "type": "boolean" }
]
},
{

Powered by Google App Engine
This is Rietveld 408576698