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

Issue 57024: Disk Cache: Make sure that an entry that pretends to be... (Closed)

Created:
11 years, 8 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
Nicolas Sylvain
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Disk Cache: Make sure that an entry that pretends to be "clean" is not really dirty. If for some reason an entry is left on disk with a pointer on the rankings node but without the dirty flag set, we now recognize it as dirty the next time we read it from disk. BUG=3987 TEST=DiskCacheTest.Backend_NotMarkedButDirty Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12820

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -0 lines) Patch
A net/data/cache_tests/dirty_entry/contents.txt View 1 chunk +67 lines, -0 lines 0 comments Download
A net/data/cache_tests/dirty_entry/data_0 View Binary file 0 comments Download
A net/data/cache_tests/dirty_entry/data_1 View Binary file 0 comments Download
A net/data/cache_tests/dirty_entry/data_2 View Binary file 0 comments Download
A net/data/cache_tests/dirty_entry/data_3 View Binary file 0 comments Download
A net/data/cache_tests/dirty_entry/index View Binary file 0 comments Download
M net/disk_cache/backend_unittest.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M net/disk_cache/entry_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
11 years, 8 months ago (2009-03-30 20:56:02 UTC) #1
Nicolas Sylvain
11 years, 8 months ago (2009-03-30 21:41:13 UTC) #2
lg

Powered by Google App Engine
This is Rietveld 408576698