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

Issue 14991008: Disk cache: Add base files for implementation of file format version 3. (Closed)

Created:
7 years, 7 months ago by rvargas (doing something else)
Modified:
7 years, 6 months ago
Reviewers:
gavinp
CC:
chromium-reviews, cbentzel+watch_chromium.org, gavinp+disk_chromium.org
Visibility:
Public.

Description

Disk cache: Add base files for implementation of file format version 3. This CL just copies files from version 2 and moves around code inside each file or deletes function not used anymore. It does NOT change the copied code in any way so it doesn't compile. The purpose of this CL is to preserve revision history and allow future code reviews to concentrate on actual code changes as opposed to code moving from one place to another. In other words, in the future it will be easier to track how the code changed versus the current code (version 2.1) BUG=241277 TEST=none R=gavinp@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204358

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase attempt 2 #

Total comments: 2

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1047 lines, -4483 lines) Patch
A + net/disk_cache/disk_format_base.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + net/disk_cache/v3/backend_impl_v3.h View 1 2 3 10 chunks +4 lines, -114 lines 0 comments Download
A + net/disk_cache/v3/backend_impl_v3.cc View 1 2 3 4 17 chunks +478 lines, -956 lines 0 comments Download
A + net/disk_cache/v3/backend_worker.h View 1 2 3 2 chunks +3 lines, -341 lines 0 comments Download
A + net/disk_cache/v3/backend_worker.cc View 1 2 3 4 7 chunks +76 lines, -1709 lines 0 comments Download
A + net/disk_cache/v3/block_bitmaps.h View 2 chunks +0 lines, -29 lines 0 comments Download
A + net/disk_cache/v3/block_bitmaps.cc View 1 2 3 4 5 chunks +1 line, -356 lines 0 comments Download
A + net/disk_cache/v3/disk_format_v3.h View 3 chunks +13 lines, -142 lines 0 comments Download
A + net/disk_cache/v3/disk_format_v3.cc View 1 chunk +0 lines, -6 lines 0 comments Download
A + net/disk_cache/v3/entry_impl_v3.h View 6 chunks +8 lines, -60 lines 0 comments Download
A + net/disk_cache/v3/entry_impl_v3.cc View 1 2 3 4 24 chunks +192 lines, -346 lines 0 comments Download
A + net/disk_cache/v3/eviction_v3.h View 2 chunks +0 lines, -17 lines 0 comments Download
A + net/disk_cache/v3/eviction_v3.cc View 1 2 3 6 chunks +69 lines, -163 lines 0 comments Download
A + net/disk_cache/v3/sparse_control_v3.h View 5 chunks +23 lines, -25 lines 0 comments Download
A + net/disk_cache/v3/sparse_control_v3.cc View 1 2 3 4 19 chunks +181 lines, -220 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
rvargas (doing something else)
7 years, 7 months ago (2013-05-16 00:13:23 UTC) #1
gavinp
Great! Is there a version that compiles you can upload in a separate CL, so ...
7 years, 7 months ago (2013-05-16 14:12:40 UTC) #2
rvargas (doing something else)
On 2013/05/16 14:12:40, gavinp wrote: > Great! > > Is there a version that compiles ...
7 years, 7 months ago (2013-05-16 17:25:12 UTC) #3
gavinp
On 2013/05/16 17:25:12, rvargas wrote: > On 2013/05/16 14:12:40, gavinp wrote: > > Great! > ...
7 years, 7 months ago (2013-05-17 14:34:27 UTC) #4
rvargas (doing something else)
On 2013/05/17 14:34:27, gavinp wrote: > On 2013/05/16 17:25:12, rvargas wrote: > > On 2013/05/16 ...
7 years, 7 months ago (2013-05-17 17:38:01 UTC) #5
gavinp
On 2013/05/17 17:38:01, rvargas wrote: > On 2013/05/17 14:34:27, gavinp wrote: > > On 2013/05/16 ...
7 years, 7 months ago (2013-05-17 17:39:32 UTC) #6
rvargas (doing something else)
> No worries. It's going to take me a while to dig down into these; ...
7 years, 7 months ago (2013-05-17 18:12:47 UTC) #7
rvargas (doing something else)
I sort of changed my mind: updating this CL when the tree changes is a ...
7 years, 7 months ago (2013-05-24 21:28:12 UTC) #8
rvargas (doing something else)
ping
7 years, 6 months ago (2013-05-30 18:25:19 UTC) #9
rvargas (doing something else)
And yet another refactor touching these files just landed. I'm not happy at all :(
7 years, 6 months ago (2013-06-01 01:18:12 UTC) #10
gavinp
This patch is not applying to trunk now. https://codereview.chromium.org/14991008/diff/40001/net/disk_cache/v3/backend_impl_v3.cc File net/disk_cache/v3/backend_impl_v3.cc (right): https://codereview.chromium.org/14991008/diff/40001/net/disk_cache/v3/backend_impl_v3.cc#newcode509 net/disk_cache/v3/backend_impl_v3.cc:509: EntryImpl* ...
7 years, 6 months ago (2013-06-04 17:02:29 UTC) #11
rvargas (doing something else)
Yes, I know it doesn't apply to trunk right now because I have to go ...
7 years, 6 months ago (2013-06-04 17:31:13 UTC) #12
gavinp
rubber stamp lgtm, since this doesn't affect any compiling code, and isn't at trunk anyway. ...
7 years, 6 months ago (2013-06-05 14:18:16 UTC) #13
rvargas (doing something else)
7 years, 6 months ago (2013-06-05 23:29:22 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 manually as r204358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698