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

Issue 280423005: Adds class ServiceWorkerScriptCacheMap and new ServiceWorkerVersion::Listener methods related to sc… (Closed)

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

Description

Adds class ServiceWorkerScriptCacheMap and new ServiceWorkerVersion::Listener methods related to script caching progress. The listener methods are not yet invoked. BUG=364318 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270318

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 23

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+170 lines, -33 lines) Patch
M content/browser/service_worker/service_worker_context_request_handler.cc View 2 chunks +3 lines, -2 lines 0 comments Download
A content/browser/service_worker/service_worker_script_cache_map.h View 1 2 3 4 1 chunk +74 lines, -0 lines 0 comments Download
A content/browser/service_worker/service_worker_script_cache_map.cc View 1 2 3 4 1 chunk +77 lines, -0 lines 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 2 3 4 5 chunks +12 lines, -17 lines 0 comments Download
M content/browser/service_worker/service_worker_version.cc View 1 2 3 4 2 chunks +2 lines, -14 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
michaeln
hia, i'm not sure who to ask to review, this cl obviously doesn't need 3 ...
6 years, 7 months ago (2014-05-13 05:57:25 UTC) #1
michaeln
https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_version.h File content/browser/service_worker/service_worker_version.h (right): https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_version.h#newcode95 content/browser/service_worker/service_worker_version.h:95: bool success) = 0; i'll have to track down ...
6 years, 7 months ago (2014-05-13 06:50:59 UTC) #2
nhiroki
Drive-by comments (looks good to me). https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_script_cache_map.cc File content/browser/service_worker/service_worker_script_cache_map.cc (right): https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_script_cache_map.cc#newcode59 content/browser/service_worker/service_worker_script_cache_map.cc:59: if (is_eval_complete_ && ...
6 years, 7 months ago (2014-05-13 07:44:34 UTC) #3
kinuko
I have a few questions about detailed timing / what should happen when etc, but ...
6 years, 7 months ago (2014-05-13 16:14:24 UTC) #4
michaeln
https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_script_cache_map.cc File content/browser/service_worker/service_worker_script_cache_map.cc (right): https://codereview.chromium.org/280423005/diff/60001/content/browser/service_worker/service_worker_script_cache_map.cc#newcode56 content/browser/service_worker/service_worker_script_cache_map.cc:56: void ServiceWorkerScriptCacheMap::NotifyEvalCompletion() { On 2014/05/13 16:14:25, kinuko wrote: > ...
6 years, 7 months ago (2014-05-13 22:41:10 UTC) #5
michaeln
The CQ bit was checked by michaeln@chromium.org
6 years, 7 months ago (2014-05-14 00:00:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaeln@chromium.org/280423005/80001
6 years, 7 months ago (2014-05-14 00:03:20 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-14 03:09:40 UTC) #8
Message was sent while issue was closed.
Change committed as 270318

Powered by Google App Engine
This is Rietveld 408576698