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

Issue 284123003: ServiceWorker: DB functions should return status code instead of boolean (3) (Closed)

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

Description

ServiceWorker: DB functions should return status code instead of boolean (3) Part1: https://codereview.chromium.org/275103004/ Part2: https://codereview.chromium.org/287843002/ This change makes all remaining functions return status code instead of boolean. BUG=372704 TEST=should pass all existing tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271342

Patch Set 1 : #

Total comments: 10

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+435 lines, -295 lines) Patch
M content/browser/service_worker/service_worker_database.h View 1 3 chunks +110 lines, -54 lines 0 comments Download
M content/browser/service_worker/service_worker_database.cc View 1 22 chunks +125 lines, -93 lines 0 comments Download
M content/browser/service_worker/service_worker_database_unittest.cc View 1 32 chunks +144 lines, -79 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_storage.cc View 1 8 chunks +50 lines, -66 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
nhiroki
Hi, If the part2 patch looks good to you, can you review this, too? I ...
6 years, 7 months ago (2014-05-15 11:31:10 UTC) #1
michaeln
lgtm (i just have some nits to consider or not) https://codereview.chromium.org/284123003/diff/40001/content/browser/service_worker/service_worker_database.cc File content/browser/service_worker/service_worker_database.cc (right): https://codereview.chromium.org/284123003/diff/40001/content/browser/service_worker/service_worker_database.cc#newcode455 ...
6 years, 7 months ago (2014-05-15 20:44:57 UTC) #2
michaeln
and this CL descript comment seems out of place "Other remaining functions will be fixed ...
6 years, 7 months ago (2014-05-15 20:45:53 UTC) #3
nhiroki
Thank you for your comments! Updated. https://codereview.chromium.org/284123003/diff/40001/content/browser/service_worker/service_worker_database.cc File content/browser/service_worker/service_worker_database.cc (right): https://codereview.chromium.org/284123003/diff/40001/content/browser/service_worker/service_worker_database.cc#newcode455 content/browser/service_worker/service_worker_database.cc:455: if (status != ...
6 years, 7 months ago (2014-05-19 04:58:03 UTC) #4
nhiroki
On 2014/05/15 20:45:53, michaeln wrote: > and this CL descript comment seems out of place ...
6 years, 7 months ago (2014-05-19 04:58:15 UTC) #5
nhiroki
The CQ bit was checked by nhiroki@chromium.org
6 years, 7 months ago (2014-05-19 04:58:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nhiroki@chromium.org/284123003/80001
6 years, 7 months ago (2014-05-19 04:58:39 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-19 06:05:02 UTC) #8
Message was sent while issue was closed.
Change committed as 271342

Powered by Google App Engine
This is Rietveld 408576698