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

Issue 326002: Add storage code to appcache update process. (Closed)

Created:
11 years, 2 months ago by jennb
Modified:
9 years, 6 months ago
Reviewers:
michaeln
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Add storage code to appcache update process. Add storage API for simulating storage errors. TEST=verify appcache update wrote to storage correctly BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30612

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 29

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+464 lines, -81 lines) Patch
M webkit/appcache/appcache_group.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/appcache/appcache_group.cc View 1 chunk +16 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_update_job.h View 1 2 3 4 6 chunks +28 lines, -8 lines 0 comments Download
M webkit/appcache/appcache_update_job.cc View 1 2 3 4 17 chunks +197 lines, -60 lines 2 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 2 3 8 chunks +188 lines, -8 lines 0 comments Download
M webkit/appcache/mock_appcache_storage.h View 2 3 4 chunks +16 lines, -0 lines 0 comments Download
M webkit/appcache/mock_appcache_storage.cc View 3 4 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
michaeln
http://codereview.chromium.org/326002/diff/1/3 File webkit/appcache/appcache_update_job.cc (right): http://codereview.chromium.org/326002/diff/1/3#newcode55 Line 55: bytes_to_write_ = 0; This data member access is ...
11 years, 2 months ago (2009-10-23 00:58:16 UTC) #1
jennb
Completed the work for this CL. I have code in here that cleans up responses. ...
11 years, 1 month ago (2009-10-28 01:45:33 UTC) #2
michaeln
not a full review yet... but here is a round of comments http://codereview.chromium.org/326002/diff/3001/4002 File webkit/appcache/appcache_update_job.cc ...
11 years, 1 month ago (2009-10-28 21:19:52 UTC) #3
michaeln
some more comments http://codereview.chromium.org/326002/diff/3001/4002 File webkit/appcache/appcache_update_job.cc (right): http://codereview.chromium.org/326002/diff/3001/4002#newcode68 Line 68: int bytes_to_write_; // remember data ...
11 years, 1 month ago (2009-10-28 21:57:25 UTC) #4
jennb
New patch uploaded. Ignore patch 3 and go straight to patch 4 - I thought ...
11 years, 1 month ago (2009-10-29 21:25:40 UTC) #5
michaeln
http://codereview.chromium.org/326002/diff/3001/4002 File webkit/appcache/appcache_update_job.cc (right): http://codereview.chromium.org/326002/diff/3001/4002#newcode577 Line 577: service_->storage()->StoreGroupAndNewestCache(group_, this); // async > Added code to ...
11 years, 1 month ago (2009-10-30 00:25:30 UTC) #6
jennb
New patch uploaded. http://codereview.chromium.org/326002/diff/3001/4002 File webkit/appcache/appcache_update_job.cc (right): http://codereview.chromium.org/326002/diff/3001/4002#newcode577 Line 577: service_->storage()->StoreGroupAndNewestCache(group_, this); // async On ...
11 years, 1 month ago (2009-10-30 17:31:17 UTC) #7
michaeln
LGTM (one minor style thing) http://codereview.chromium.org/326002/diff/9002/9004 File webkit/appcache/appcache_update_job.cc (right): http://codereview.chromium.org/326002/diff/9002/9004#newcode240 Line 240: this, request); indents ...
11 years, 1 month ago (2009-10-30 18:48:16 UTC) #8
jennb
11 years, 1 month ago (2009-10-30 18:50:33 UTC) #9
http://codereview.chromium.org/326002/diff/9002/9004
File webkit/appcache/appcache_update_job.cc (right):

http://codereview.chromium.org/326002/diff/9002/9004#newcode240
Line 240: this, request);
On 2009/10/30 18:48:16, michaeln wrote:
> indents are off here

Done.

Powered by Google App Engine
This is Rietveld 408576698