|
|
Disk cache: Remove all non essential synchronization from the
cache destructor.
The default setting for unit tests is still to perform full
synchronization so we make sure that all work is performed, and
that there are no leaks.
However, when not running unit tests, all in progress operations are
simply dropped on the flor, so they should result in dirty entries
for the next run.
BUG= 74623
TEST=net_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127826
Total comments: 1
Total comments: 14
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+295 lines, -73 lines) |
Patch |
 |
M |
net/disk_cache/backend_impl.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/backend_impl.cc
|
View
|
1
2
3
4
|
3 chunks |
+16 lines, -2 lines |
1 comment
|
Download
|
 |
M |
net/disk_cache/backend_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+80 lines, -5 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/entry_impl.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/entry_impl.cc
|
View
|
1
2
3
4
|
18 chunks |
+66 lines, -18 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/file.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
1 comment
|
Download
|
 |
M |
net/disk_cache/file_posix.cc
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/file_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/disk_cache/in_flight_backend_io.h
|
View
|
|
6 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/in_flight_backend_io.cc
|
View
|
1
2
3
|
8 chunks |
+40 lines, -17 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/in_flight_io.h
|
View
|
|
4 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/in_flight_io.cc
|
View
|
1
2
3
|
5 chunks |
+22 lines, -7 lines |
0 comments
|
Download
|
 |
M |
net/disk_cache/sparse_control.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/disk_cache/storage_block.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
net/disk_cache/storage_block-inl.h
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|