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

Issue 444333006: Rename ServiceWorkerFetchStore/FetchStores/FetchStoresManager (Closed)

Created:
6 years, 4 months ago by jkarlin
Modified:
6 years, 4 months ago
Reviewers:
falken, michaeln
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@fetch_stores3
Project:
chromium
Visibility:
Public.

Description

Rename ServiceWorkerFetchStore/FetchStores/FetchStoresManager to ServiceWorkerCache/CacheStorage/CacheStorageManager to sync up with the spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects BUG=392621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288511

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : similarity=1 #

Total comments: 6

Patch Set 5 : Rebase #

Patch Set 6 : Addresses comments from PS4 #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+439 lines, -1577 lines) Patch
A + content/browser/service_worker/service_worker_cache.h View 2 chunks +13 lines, -14 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache.cc View 1 2 3 4 2 chunks +9 lines, -9 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache_storage.h View 1 2 3 2 chunks +41 lines, -41 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache_storage.cc View 1 2 3 5 chunks +122 lines, -117 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache_storage_manager.h View 1 2 3 2 chunks +44 lines, -42 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache_storage_manager.cc View 1 2 3 3 chunks +75 lines, -76 lines 0 comments Download
A + content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc View 1 2 3 4 5 8 chunks +117 lines, -112 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/service_worker/service_worker_context_core.cc View 3 chunks +8 lines, -9 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_store.h View 1 chunk +0 lines, -52 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_store.cc View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_stores.h View 1 chunk +0 lines, -106 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_stores.cc View 1 2 1 chunk +0 lines, -334 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_stores_manager.h View 1 chunk +0 lines, -89 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_stores_manager.cc View 1 2 1 chunk +0 lines, -170 lines 0 comments Download
D content/browser/service_worker/service_worker_fetch_stores_manager_unittest.cc View 1 chunk +0 lines, -357 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 2 chunks +6 lines, -6 lines 0 comments Download
M content/content_tests.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
jkarlin
falken@chromium.org: Please review changes in everything jochen@chromium.org: Please review changes in the content/ gypi files ...
6 years, 4 months ago (2014-08-08 09:44:13 UTC) #1
jkarlin
On 2014/08/08 09:44:13, jkarlin wrote: > mailto:falken@chromium.org: Please review changes in everything > > mailto:jochen@chromium.org: ...
6 years, 4 months ago (2014-08-08 09:45:28 UTC) #2
falken
If it's not much trouble, could you reupload with git-cl upload --similarity=1 or something? It's ...
6 years, 4 months ago (2014-08-08 10:25:25 UTC) #3
jkarlin
On 2014/08/08 10:25:25, falken wrote: > If it's not much trouble, could you reupload with ...
6 years, 4 months ago (2014-08-08 10:58:42 UTC) #4
falken
thanks for re-uploading! much easier to review lgtm https://codereview.chromium.org/444333006/diff/60001/content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc File content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc (right): https://codereview.chromium.org/444333006/diff/60001/content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc#newcode52 content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc:52: int ...
6 years, 4 months ago (2014-08-08 12:03:41 UTC) #5
sky
content/*.gypi has an OWNER of *, you don't need me. I'm removing myself as a ...
6 years, 4 months ago (2014-08-08 16:04:57 UTC) #6
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 4 months ago (2014-08-08 18:08:18 UTC) #7
jkarlin
The CQ bit was unchecked by jkarlin@chromium.org
6 years, 4 months ago (2014-08-08 18:09:29 UTC) #8
jkarlin
https://codereview.chromium.org/444333006/diff/60001/content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc File content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc (right): https://codereview.chromium.org/444333006/diff/60001/content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc#newcode52 content/browser/service_worker/service_worker_cache_storage_manager_unittest.cc:52: int cache, On 2014/08/08 12:03:40, falken wrote: > nit: ...
6 years, 4 months ago (2014-08-08 18:12:36 UTC) #9
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 4 months ago (2014-08-08 18:12:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/444333006/100001
6 years, 4 months ago (2014-08-08 18:14:04 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-08 21:42:11 UTC) #12
commit-bot: I haz the power
Failed to apply patch for content/content_browser.gypi: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-08 21:42:11 UTC) #13
jkarlin
The CQ bit was checked by jkarlin@chromium.org
6 years, 4 months ago (2014-08-08 21:55:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jkarlin@chromium.org/444333006/120001
6 years, 4 months ago (2014-08-08 21:57:47 UTC) #15
commit-bot: I haz the power
6 years, 4 months ago (2014-08-09 05:35:24 UTC) #16
Message was sent while issue was closed.
Change committed as 288511

Powered by Google App Engine
This is Rietveld 408576698