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

Issue 822593003: ServiceWorker: Expose registration within ServiceWorkerGlobalScope [3/3] (Closed)

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

Description

ServiceWorker: Expose registration within ServiceWorkerGlobalScope [3/3] This CL adds a test to verify registration attribute on ServiceWorkerGlobalScope. [1] Blink: https://codereview.chromium.org/811793002/ [2] Chromium: https://codereview.chromium.org/849163002/ [3] Blink: THIS PATCH BUG=437677 TEST=run-webkit-tests http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189012

Patch Set 1 : #

Total comments: 4

Patch Set 2 : address falken@'s comment #

Total comments: 8

Patch Set 3 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -1 line) Patch
A LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/serviceworker/resources/test-helpers.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
nhiroki
Ptal, thanks!
5 years, 11 months ago (2015-01-19 01:59:49 UTC) #4
falken
https://codereview.chromium.org/822593003/diff/40001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html (right): https://codereview.chromium.org/822593003/diff/40001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html#newcode21 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html:21: 'Service Worker should respond to fetch'); let's remove the ...
5 years, 11 months ago (2015-01-19 08:45:04 UTC) #5
nhiroki
Thank you. Updated. https://codereview.chromium.org/822593003/diff/40001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html (right): https://codereview.chromium.org/822593003/diff/40001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html#newcode21 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html:21: 'Service Worker should respond to fetch'); ...
5 years, 11 months ago (2015-01-20 11:10:07 UTC) #7
kinuko
https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js (right): https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js#newcode36 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js:36: // FIXME: Verify that registration.active is set. When are ...
5 years, 11 months ago (2015-01-26 03:15:53 UTC) #8
nhiroki
https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js (right): https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js#newcode36 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/resources/registration-attribute-worker.js:36: // FIXME: Verify that registration.active is set. On 2015/01/26 ...
5 years, 11 months ago (2015-01-26 04:00:39 UTC) #9
nhiroki
Ping?
5 years, 11 months ago (2015-01-27 03:55:28 UTC) #10
kinuko
On 2015/01/27 03:55:28, nhiroki (slow) wrote: > Ping? lgtm (can we have a bug number ...
5 years, 11 months ago (2015-01-27 03:57:33 UTC) #11
falken
lgtm with nits https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html (right): https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html#newcode10 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html:10: var scope = "resources/scope/registration-attribute"; nit: single-quotes ...
5 years, 11 months ago (2015-01-27 04:08:16 UTC) #12
nhiroki
Thank you! https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html File LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html (right): https://codereview.chromium.org/822593003/diff/80001/LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html#newcode10 LayoutTests/http/tests/serviceworker/ServiceWorkerGlobalScope/registration-attribute.html:10: var scope = "resources/scope/registration-attribute"; On 2015/01/27 04:08:15, ...
5 years, 11 months ago (2015-01-27 07:51:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/822593003/100001
5 years, 11 months ago (2015-01-27 07:51:42 UTC) #15
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 09:16:25 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189012

Powered by Google App Engine
This is Rietveld 408576698