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

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: 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..97a7a1e81a701920e74e8457ebc3c55b1104080e 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": "isPausedWorker",
yurys 2014/05/23 09:09:14 Let's rename this into isRunRequired to avoid conf
horo 2014/05/23 10:03:21 Done.
+ "returns": [
+ { "name": "result", "type": "boolean", "description": "True if the Runtime is paused worker." }
+ ],
+ "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