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

Issue 516823003: ServiceWorker: Change the return value of ServiceWorkerRegistration::unregister to boolean (2/4) (Closed)

Created:
6 years, 3 months ago by shimazu
Modified:
6 years, 3 months ago
Reviewers:
Tom Sepez, nhiroki, horo
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

ServiceWorker: Change the return value of ServiceWorkerRegistration::unregister to boolean 1. [Blink] https://codereview.chromium.org/515083002/ 2. [Chromium] This patch 3. [Blink] https://codereview.chromium.org/512163002/ 4. [Chromium] https://codereview.chromium.org/509283003/ BUG=390894 TEST=N/A Committed: https://crrev.com/e83a503dbe85d24dae8879fa1f36781bccfb862a Cr-Commit-Position: refs/heads/master@{#293083}

Patch Set 1 #

Patch Set 2 : Apply 3-sided patch format #

Total comments: 1

Patch Set 3 : Incorporate the reviews #

Total comments: 4

Patch Set 4 : Incorporate a review in the next issue #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -22 lines) Patch
M content/browser/service_worker/service_worker_dispatcher_host.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_dispatcher_host.cc View 1 2 3 4 4 chunks +15 lines, -3 lines 0 comments Download
M content/child/service_worker/service_worker_dispatcher.h View 1 2 3 4 5 chunks +13 lines, -3 lines 0 comments Download
M content/child/service_worker/service_worker_dispatcher.cc View 1 2 3 4 8 chunks +35 lines, -12 lines 0 comments Download
M content/child/service_worker/web_service_worker_provider_impl.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/child/service_worker/web_service_worker_provider_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/common/service_worker/service_worker_messages.h View 1 2 3 4 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 20 (4 generated)
shimazu
shimazu@chromium.org changed reviewers: + horo@chromium.org, nhiroki@chromium.org
6 years, 3 months ago (2014-08-28 09:41:26 UTC) #1
shimazu
horo@chromium.org: Please review changes in nhiroki@chromium.org: Please review changes in
6 years, 3 months ago (2014-08-28 09:41:26 UTC) #2
nhiroki
https://codereview.chromium.org/516823003/diff/20001/content/child/service_worker/service_worker_dispatcher.h File content/child/service_worker/service_worker_dispatcher.h (right): https://codereview.chromium.org/516823003/diff/20001/content/child/service_worker/service_worker_dispatcher.h#newcode54 content/child/service_worker/service_worker_dispatcher.h:54: #endif Probably you only need to add line 51-53 ...
6 years, 3 months ago (2014-08-29 03:20:07 UTC) #3
shimazu
6 years, 3 months ago (2014-08-29 07:08:02 UTC) #4
nhiroki
https://codereview.chromium.org/516823003/diff/40001/content/child/service_worker/service_worker_dispatcher.cc File content/child/service_worker/service_worker_dispatcher.cc (right): https://codereview.chromium.org/516823003/diff/40001/content/child/service_worker/service_worker_dispatcher.cc#newcode275 content/child/service_worker/service_worker_dispatcher.cc:275: pending_registration_callbacks_.Lookup(request_id); Probably we can reach here when the unregisteration ...
6 years, 3 months ago (2014-08-29 07:27:29 UTC) #5
horo
lgtm
6 years, 3 months ago (2014-08-29 07:37:19 UTC) #6
shimazu
tsepez@chromium.org: Please review changes in IPC. horo@, nhiroki@: could you review again, since some changes ...
6 years, 3 months ago (2014-09-01 05:35:34 UTC) #8
nhiroki
lgtm
6 years, 3 months ago (2014-09-01 06:42:56 UTC) #9
horo
lgtm
6 years, 3 months ago (2014-09-01 07:03:58 UTC) #10
Tom Sepez
Messages LGTM
6 years, 3 months ago (2014-09-02 17:10:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shimazu@chromium.org/516823003/60001
6 years, 3 months ago (2014-09-02 23:16:42 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-09-02 23:31:11 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/49290) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/11233) ios_rel_device ...
6 years, 3 months ago (2014-09-02 23:34:36 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shimazu@chromium.org/516823003/80001
6 years, 3 months ago (2014-09-03 05:21:35 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001) as 2b72df7c25b92f99906722df7bebaa29edb0ea7e
6 years, 3 months ago (2014-09-03 06:20:44 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:23:56 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e83a503dbe85d24dae8879fa1f36781bccfb862a
Cr-Commit-Position: refs/heads/master@{#293083}

Powered by Google App Engine
This is Rietveld 408576698