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

Issue 1216933008: Service Worker: Migrate to version_uuid and surface ServiceWorker.id. (Layout test 3/3) (Closed)

Created:
5 years, 5 months ago by jungkees
Modified:
5 years, 5 months ago
CC:
blink-reviews, michaeln, jsbell, tzik, serviceworker-reviews, nhiroki, dglazkov+blink, kinuko+serviceworker, horo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Service Worker: Migrate to version_uuid and surface ServiceWorker.id. (Layout test 3/3) Migrate ServiceWorkerVerion's int64 type version_id to std::string type version_uuid: - Replace next_avail_version_id semantic with a UUID based versioning. - Migrate leveldb schema . Deprecate INITDATA_NEXT_VERSION_ID . Change data format for ServiceWorkerResourceRecord Surface ServiceWorker.id attribute as per spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#client-id-attribute Spec issue: https://github.com/slightlyoff/ServiceWorker/issues/635 Companion CL (Blink): https://codereview.chromium.org/1216093003/ Companion CL (Chromium): https://codereview.chromium.org/1221643014/ BUG=470031

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -0 lines) Patch
A LayoutTests/http/tests/serviceworker/serviceworkerobject-id.html View 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (2 generated)
jungkees
PTAL
5 years, 5 months ago (2015-07-01 13:58:00 UTC) #2
jungkees
5 years, 5 months ago (2015-07-24 02:06:28 UTC) #4
Message was sent while issue was closed.
Closed the CL as per the consensus at f2f to punt ServiceWorker.id to v2 or
since there's not a clear
use case yet.

Powered by Google App Engine
This is Rietveld 408576698