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

Unified Diff: Source/devtools/protocol.json

Issue 299803003: Add isPausedWorker command to Runtime and use it to auto attach DevTools to ServiceWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename isPausedWorker to into isRunRequired Created 6 years, 7 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/main/Main.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 b0265b72d9ef71908ccbc8965b858e20cfe308be..2f3effdb5f501efeb643566713c51fd2bef39ae9 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -822,6 +822,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
}
],
"events": [
« no previous file with comments | « Source/devtools/front_end/main/Main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698