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

Issue 309453002: ServiceWorker: Rename 'pending version' to 'installing' or 'waiting' (Closed)

Created:
6 years, 6 months ago by nhiroki
Modified:
6 years, 6 months ago
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, darin-cc_chromium.org, horo+watch_chromium.org, alecflett+watch_chromium.org
Visibility:
Public.

Description

ServiceWorker: Rename 'pending version' to 'installing' or 'waiting' 'pending version' seems outdated naming and the current spec uses 'installing version' or 'waiting version' instead. This renames them mechanically. Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/ BUG=379012 TEST=compile Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273799

Patch Set 1 #

Total comments: 9

Patch Set 2 : rebase #

Patch Set 3 : address comments #

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+128 lines, -124 lines) Patch
M content/browser/service_worker/service_worker_context_unittest.cc View 6 chunks +11 lines, -11 lines 0 comments Download
M content/browser/service_worker/service_worker_controllee_request_handler.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.h View 3 chunks +6 lines, -6 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_provider_host_unittest.cc View 1 4 chunks +33 lines, -33 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.h View 1 2 3 chunks +10 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_register_job.cc View 1 2 3 9 chunks +27 lines, -25 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.h View 4 chunks +8 lines, -8 lines 0 comments Download
M content/browser/service_worker/service_worker_registration.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_registration_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_storage_unittest.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
nhiroki
Hi falken@, can you review this? Thanks!
6 years, 6 months ago (2014-05-29 06:35:13 UTC) #1
falken
I think this is right, the spec and GitHub issues seem settled on "waiting" instead ...
6 years, 6 months ago (2014-05-29 07:23:34 UTC) #2
nhiroki
Thank you for reviewing! On 2014/05/29 07:23:34, falken wrote: > However, within SWRegisterJob "pending" could ...
6 years, 6 months ago (2014-05-29 09:02:39 UTC) #3
michaeln1
https://codereview.chromium.org/309453002/diff/1/content/browser/service_worker/service_worker_register_job.cc File content/browser/service_worker/service_worker_register_job.cc (right): https://codereview.chromium.org/309453002/diff/1/content/browser/service_worker/service_worker_register_job.cc#newcode411 content/browser/service_worker/service_worker_register_job.cc:411: provider_host->SetWaitingVersion(version); Can you put a todo here about how ...
6 years, 6 months ago (2014-05-29 21:16:51 UTC) #4
michaeln1
> I see... apparently this should be considered along with 'installing' support to > make ...
6 years, 6 months ago (2014-05-29 21:19:27 UTC) #5
nhiroki
Updated. Can you take another look? I've looked over the spec and impl, and now ...
6 years, 6 months ago (2014-05-30 00:38:20 UTC) #6
falken
lgtm, thanks
6 years, 6 months ago (2014-05-30 01:59:10 UTC) #7
nhiroki
michaeln@: I'll check the CQ box. Please feel free to uncheck it, if you have ...
6 years, 6 months ago (2014-05-30 06:05:13 UTC) #8
nhiroki
The CQ bit was checked by nhiroki@chromium.org
6 years, 6 months ago (2014-05-30 06:05:22 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/309453002/90001
6 years, 6 months ago (2014-05-30 06:08:18 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 10:52:15 UTC) #11
Message was sent while issue was closed.
Change committed as 273799

Powered by Google App Engine
This is Rietveld 408576698