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

Issue 872593002: ServiceWorker: add ServiceWorkerClients.claim() support (3/3). (Closed)

Created:
5 years, 11 months ago by xiang
Modified:
5 years, 10 months ago
Reviewers:
falken, jsbell
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, tzik, serviceworker-reviews, nhiroki, falken, kinuko+serviceworker, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

ServiceWorker: add ServiceWorkerClients.claim() support (3/3). This's the layout tests CL for ServiceWorkerClients.claim() support. Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#clients-claim (1/3): https://codereview.chromium.org/868463004/ (2/3): https://codereview.chromium.org/871853002/ (3/3): This BUG=450106 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189777

Patch Set 1 #

Patch Set 2 : style cleanup #

Patch Set 3 : change error type #

Total comments: 12

Patch Set 4 : address comment #

Total comments: 4

Patch Set 5 : add installing reg test #

Total comments: 6

Patch Set 6 : tweak test description #

Patch Set 7 : fix ' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -0 lines) Patch
A LayoutTests/http/tests/serviceworker/claim-not-using-registration.html View 1 2 3 4 5 6 1 chunk +120 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/claim-using-registration.html View 1 2 3 4 5 1 chunk +100 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/resources/claim-worker.js View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/interfaces-worker.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
xiang
PTAL, thanks.
5 years, 11 months ago (2015-01-23 05:01:09 UTC) #2
jsbell
Given my understanding of the feature, lgtm with a few nits. And I'm not understanding ...
5 years, 11 months ago (2015-01-24 01:09:38 UTC) #4
xiang
Thanks for the review, CL updated. flaken@ would you please take a look? thanks. https://codereview.chromium.org/872593002/diff/60001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html ...
5 years, 11 months ago (2015-01-26 07:19:16 UTC) #5
falken
https://codereview.chromium.org/872593002/diff/80001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html File LayoutTests/http/tests/serviceworker/claim-not-using-registration.html (right): https://codereview.chromium.org/872593002/diff/80001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html#newcode16 LayoutTests/http/tests/serviceworker/claim-not-using-registration.html:16: return service_worker_unregister_and_register(t, url1, frame2_url) nit: "url1" and "url2" doesn't ...
5 years, 11 months ago (2015-01-27 03:25:54 UTC) #6
xiang
CL updated, thanks for the review! https://codereview.chromium.org/872593002/diff/80001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html File LayoutTests/http/tests/serviceworker/claim-not-using-registration.html (right): https://codereview.chromium.org/872593002/diff/80001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html#newcode16 LayoutTests/http/tests/serviceworker/claim-not-using-registration.html:16: return service_worker_unregister_and_register(t, url1, ...
5 years, 10 months ago (2015-01-28 07:36:44 UTC) #7
xiang
I added one more test for testing longer matched installing registration. falken@ will you take ...
5 years, 10 months ago (2015-02-04 08:14:27 UTC) #9
falken
lgtm Thanks for adding a test about the longer match. https://codereview.chromium.org/872593002/diff/120001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html File LayoutTests/http/tests/serviceworker/claim-not-using-registration.html (right): https://codereview.chromium.org/872593002/diff/120001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html#newcode113 ...
5 years, 10 months ago (2015-02-05 10:53:05 UTC) #10
xiang
Thanks for the review. https://codereview.chromium.org/872593002/diff/120001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html File LayoutTests/http/tests/serviceworker/claim-not-using-registration.html (right): https://codereview.chromium.org/872593002/diff/120001/LayoutTests/http/tests/serviceworker/claim-not-using-registration.html#newcode113 LayoutTests/http/tests/serviceworker/claim-not-using-registration.html:113: 'registration is installing'); On 2015/02/05 ...
5 years, 10 months ago (2015-02-09 01:58:24 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/872593002/140001
5 years, 10 months ago (2015-02-09 01:58:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/872593002/160001
5 years, 10 months ago (2015-02-09 02:42:04 UTC) #17
commit-bot: I haz the power
5 years, 10 months ago (2015-02-09 03:54:14 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 (id:160001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189777

Powered by Google App Engine
This is Rietveld 408576698