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

Unified Diff: Source/devtools/protocol.json

Issue 1003653002: Remove *_version properties of ServiceWorkerRegistration and workerRegistrationDeleted event. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/sdk/ServiceWorkerManager.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 7f65abc849d7e181b3ba4e6f79680023effbc651..8c6d3f68a15be58a74c5dea3a0a31d9b2a86f449 100644
--- a/Source/devtools/protocol.json
+++ b/Source/devtools/protocol.json
@@ -4040,10 +4040,7 @@
"properties": [
{ "name": "registrationId", "type": "string" },
{ "name": "scopeURL", "type": "string" },
- { "name": "isDeleted", "type": "boolean", "optional": true },
- { "name": "activeVersion", "optional": true, "$ref": "ServiceWorkerVersion" },
- { "name": "waitingVersion", "optional": true, "$ref": "ServiceWorkerVersion" },
- { "name": "installingVersion", "optional": true, "$ref": "ServiceWorkerVersion" }
+ { "name": "isDeleted", "type": "boolean", "optional": true }
]
},
{
@@ -4121,13 +4118,6 @@
{ "name": "versions", "type": "array", "items": { "$ref": "ServiceWorkerVersion" } }
],
"handlers": ["browser"]
- },
- {
- "name": "workerRegistrationDeleted",
- "parameters": [
- { "name": "registrationId", "type": "string" }
- ],
- "handlers": ["browser"]
}
]
},
« no previous file with comments | « Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698