|
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
Total comments: 2
|
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
|
Total messages: 14 (0 generated)
|