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

Issue 411973004: Stitch CacheStorage messages to implementation. (Closed)

Created:
6 years, 5 months ago by jkarlin
Modified:
6 years, 4 months ago
Reviewers:
michaeln, falken, gavinp
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, tzik, serviceworker-reviews, jam, kinuko+serviceworker, nhiroki, darin-cc_chromium.org, horo+watch_chromium.org, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@cache_storage_stitch
Project:
chromium
Visibility:
Public.

Description

Stitch CacheStorage messages to the implementation Also do a bit of renaming from Stores -> Cache while we're at it. BUG=392621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289036

Patch Set 1 #

Patch Set 2 : Updated to newest spec #

Patch Set 3 : Rename to CacheListener #

Patch Set 4 : A bit more refactoring #

Patch Set 5 : nits #

Total comments: 8

Patch Set 6 : Addresses all comments from PS5 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -54 lines) Patch
M content/browser/service_worker/service_worker_cache_listener.h View 1 2 3 4 2 chunks +38 lines, -7 lines 0 comments Download
M content/browser/service_worker/service_worker_cache_listener.cc View 1 2 3 4 5 2 chunks +157 lines, -34 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jkarlin
michaeln@chromium.org: Please review changes in everything falken@chromium.org: Please review changes in everything gavinp@chromium.org: FYI
6 years, 4 months ago (2014-08-11 12:14:22 UTC) #1
falken
lgtm if comment is addressed https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc File content/browser/service_worker/service_worker_cache_listener.cc (right): https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc#newcode155 content/browser/service_worker/service_worker_cache_listener.cc:155: request_id, ToWebServiceWorkerCacheError(error))); Looks like ...
6 years, 4 months ago (2014-08-12 01:37:33 UTC) #2
michaeln
lgtm https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc File content/browser/service_worker/service_worker_cache_listener.cc (right): https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc#newcode22 content/browser/service_worker/service_worker_cache_listener.cc:22: content::ServiceWorkerCacheStorage::CacheStorageError err) { nit: i think content:: not ...
6 years, 4 months ago (2014-08-12 03:59:23 UTC) #3
jkarlin
Thanks! https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc File content/browser/service_worker/service_worker_cache_listener.cc (right): https://codereview.chromium.org/411973004/diff/100001/content/browser/service_worker/service_worker_cache_listener.cc#newcode22 content/browser/service_worker/service_worker_cache_listener.cc:22: content::ServiceWorkerCacheStorage::CacheStorageError err) { On 2014/08/12 03:59:23, michaeln wrote: ...
6 years, 4 months ago (2014-08-12 15:17:48 UTC) #4
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 4 months ago (2014-08-12 17:47:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/411973004/120001
6 years, 4 months ago (2014-08-12 17:48:48 UTC) #6
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 18:41:05 UTC) #7
Message was sent while issue was closed.
Change committed as 289036

Powered by Google App Engine
This is Rietveld 408576698