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

Issue 15203004: Disk cache: Reference CL for the implementation of file format version 3. (Closed)

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

Description

Disk cache: Reference CL for the implementation of file format version 3. This is not to be commited.

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Small table support #

Patch Set 7 : #

Patch Set 8 : IndexTable review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13198 lines, -1358 lines) Patch
M net/disk_cache/addr.h View 1 2 3 4 5 6 7 6 chunks +50 lines, -6 lines 0 comments Download
M net/disk_cache/addr.cc View 1 2 2 chunks +55 lines, -7 lines 0 comments Download
M net/disk_cache/addr_unittest.cc View 1 2 3 4 1 chunk +12 lines, -10 lines 0 comments Download
M net/disk_cache/backend_impl.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/disk_cache/backend_impl.cc View 1 2 3 4 17 chunks +77 lines, -19 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 2 3 4 5 6 7 53 chunks +572 lines, -224 lines 0 comments Download
M net/disk_cache/block_files.h View 1 2 3 4 5 chunks +89 lines, -6 lines 0 comments Download
M net/disk_cache/block_files.cc View 1 2 3 4 5 6 23 chunks +391 lines, -192 lines 0 comments Download
M net/disk_cache/block_files_unittest.cc View 1 15 chunks +18 lines, -18 lines 0 comments Download
M net/disk_cache/cache_creator.cc View 1 2 3 4 1 chunk +3 lines, -5 lines 0 comments Download
M net/disk_cache/disk_cache_perftest.cc View 1 2 9 chunks +11 lines, -12 lines 0 comments Download
M net/disk_cache/disk_cache_test_base.h View 1 2 3 4 5 6 7 11 chunks +51 lines, -1 line 0 comments Download
M net/disk_cache/disk_cache_test_base.cc View 1 2 3 4 5 6 7 12 chunks +192 lines, -30 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.h View 2 chunks +4 lines, -0 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/disk_format.h View 1 2 3 4 4 chunks +6 lines, -115 lines 0 comments Download
M net/disk_cache/disk_format.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
A + net/disk_cache/disk_format_base.h View 1 4 chunks +23 lines, -149 lines 0 comments Download
M net/disk_cache/entry_impl.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M net/disk_cache/entry_impl.cc View 1 2 3 4 5 6 8 chunks +8 lines, -8 lines 0 comments Download
M net/disk_cache/entry_unittest.cc View 1 2 3 4 5 6 74 chunks +586 lines, -333 lines 0 comments Download
M net/disk_cache/errors.h View 1 chunk +4 lines, -1 line 0 comments Download
M net/disk_cache/eviction.h View 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/eviction.cc View 1 2 7 chunks +14 lines, -12 lines 0 comments Download
M net/disk_cache/file.h View 2 chunks +3 lines, -0 lines 0 comments Download
M net/disk_cache/file.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M net/disk_cache/file_lock.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/file_win.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M net/disk_cache/in_flight_backend_io.cc View 1 2 3 4 9 chunks +34 lines, -34 lines 0 comments Download
M net/disk_cache/in_flight_io.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/mapped_file.h View 1 2 3 4 5 6 3 chunks +10 lines, -1 line 0 comments Download
M net/disk_cache/mapped_file_win.cc View 1 2 3 4 5 6 2 chunks +14 lines, -12 lines 0 comments Download
M net/disk_cache/mem_entry_impl.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/rankings.h View 1 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M net/disk_cache/rankings.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M net/disk_cache/sparse_control.cc View 1 2 3 4 11 chunks +23 lines, -23 lines 0 comments Download
M net/disk_cache/stats.h View 1 2 3 4 5 chunks +14 lines, -8 lines 0 comments Download
M net/disk_cache/stats.cc View 1 2 3 4 5 chunks +40 lines, -64 lines 0 comments Download
M net/disk_cache/storage_block.h View 1 5 chunks +12 lines, -6 lines 0 comments Download
M net/disk_cache/storage_block-inl.h View 1 2 4 chunks +54 lines, -0 lines 0 comments Download
M net/disk_cache/storage_block_unittest.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M net/disk_cache/stress_cache.cc View 1 2 3 4 5 chunks +9 lines, -7 lines 0 comments Download
M net/disk_cache/trace.cc View 3 4 6 chunks +24 lines, -11 lines 0 comments Download
A net/disk_cache/v3/backend_impl_v3.h View 1 2 3 4 5 6 7 1 chunk +398 lines, -0 lines 0 comments Download
A net/disk_cache/v3/backend_impl_v3.cc View 1 2 3 4 5 6 7 1 chunk +1949 lines, -0 lines 0 comments Download
A net/disk_cache/v3/backend_work_item.h View 1 2 3 4 5 6 1 chunk +197 lines, -0 lines 0 comments Download
A net/disk_cache/v3/backend_work_item.cc View 1 2 3 4 5 1 chunk +501 lines, -0 lines 0 comments Download
A net/disk_cache/v3/backend_worker.h View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A net/disk_cache/v3/backend_worker.cc View 1 2 3 4 5 6 1 chunk +731 lines, -0 lines 0 comments Download
A net/disk_cache/v3/block_bitmaps.h View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A net/disk_cache/v3/block_bitmaps.cc View 1 2 3 4 1 chunk +214 lines, -0 lines 0 comments Download
A net/disk_cache/v3/block_bitmaps_unittest.cc View 1 2 3 4 5 1 chunk +70 lines, -0 lines 0 comments Download
A net/disk_cache/v3/disk_format_v3.h View 1 2 3 4 5 6 7 1 chunk +244 lines, -0 lines 0 comments Download
A net/disk_cache/v3/entry_impl_v3.h View 1 2 3 4 5 1 chunk +250 lines, -0 lines 0 comments Download
A net/disk_cache/v3/entry_impl_v3.cc View 1 2 3 4 5 6 7 1 chunk +1429 lines, -0 lines 0 comments Download
A net/disk_cache/v3/entry_operation.h View 1 chunk +115 lines, -0 lines 0 comments Download
A net/disk_cache/v3/entry_operation.cc View 1 chunk +565 lines, -0 lines 0 comments Download
A net/disk_cache/v3/eviction_v3.h View 1 2 3 4 5 6 7 1 chunk +86 lines, -0 lines 0 comments Download
A net/disk_cache/v3/eviction_v3.cc View 1 2 3 4 5 6 7 1 chunk +470 lines, -0 lines 0 comments Download
A net/disk_cache/v3/index_table.h View 1 2 3 4 5 6 7 1 chunk +275 lines, -0 lines 0 comments Download
A net/disk_cache/v3/index_table.cc View 1 2 3 4 5 6 7 1 chunk +1129 lines, -0 lines 0 comments Download
A net/disk_cache/v3/index_table_unittest.cc View 1 2 3 4 5 6 7 1 chunk +654 lines, -0 lines 0 comments Download
A net/disk_cache/v3/sparse_control_v3.h View 1 2 3 4 5 1 chunk +199 lines, -0 lines 0 comments Download
A net/disk_cache/v3/sparse_control_v3.cc View 1 2 3 4 5 1 chunk +1028 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 5 chunks +22 lines, -0 lines 0 comments Download
M net/tools/dump_cache/dump_cache.cc View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download
M net/tools/dump_cache/dump_files.h View 1 2 3 4 2 chunks +9 lines, -3 lines 0 comments Download
M net/tools/dump_cache/dump_files.cc View 1 2 3 4 7 chunks +34 lines, -17 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
gavinp
This is really difficult to examine; this patch is a mixture of things that have ...
7 years, 6 months ago (2013-06-03 20:45:05 UTC) #1
rvargas (doing something else)
On 2013/06/03 20:45:05, gavinp wrote: > This is really difficult to examine; this patch is ...
7 years, 6 months ago (2013-06-03 21:16:51 UTC) #2
gavinp
On 2013/06/03 21:16:51, rvargas wrote: > On 2013/06/03 20:45:05, gavinp wrote: > > This is ...
7 years, 6 months ago (2013-06-04 00:51:22 UTC) #3
rvargas (doing something else)
On 2013/06/04 00:51:22, gavinp wrote: > On 2013/06/03 21:16:51, rvargas wrote: > > On 2013/06/03 ...
7 years, 6 months ago (2013-06-04 02:18:51 UTC) #4
gavinp
Thanks for the upload updating this Ricardo. Is this upload a rebase only, or does ...
7 years, 5 months ago (2013-07-20 02:41:40 UTC) #5
Randy Smith (Not in Mondays)
Ricardo: Just so I can create a checkout with this patched in if I feel ...
7 years, 5 months ago (2013-07-20 16:33:01 UTC) #6
Randy Smith (Not in Mondays)
7 years, 5 months ago (2013-07-21 01:06:31 UTC) #7
On 2013/07/20 16:33:01, rdsmith wrote:
> Ricardo: Just so I can create a checkout with this patched in if I feel the
urge
> while reading it, what trunk revision is this based on?

Whoops, never mind--I didn't realize you used SVN so that the revisions were
there in the raw diff.

Powered by Google App Engine
This is Rietveld 408576698