summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/backend_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-211-65/+63
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-2/+14
* Disk cache: Clarify API contract and delete spurious delay.rvargas@chromium.org2014-05-151-2/+2
* Main motivation for this is to save binary size. The change causes linker deadpasko@chromium.org2014-03-271-0/+12
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-3/+3
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-031-7/+7
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-261-7/+7
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-261-7/+7
* Clean up dependencies for disk_cache histogram_macros.h.gavinp@chromium.org2014-02-131-0/+3
* Cleanup: Remove a reference to the heapchecker test framework that no longer ...thestig@chromium.org2014-01-211-3/+2
* Disk Cache: Use the old WorkerPool for Async IO on iOS.rvargas@chromium.org2014-01-081-1/+8
* Changed BackendImpl::SyncInit() so it creates timer onlyxeor@yandex-team.ru2013-12-181-0/+15
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-1/+1
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-1/+1
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-1/+1
* Cleanup: Move PreferredCacheSize() to cache_util.hpasko@chromium.org2013-11-191-35/+35
* Simple Cache: test backend startup after migrationpasko@chromium.org2013-10-301-4/+0
* SimpleCache: Track mass dooms as pending dooms.gavinp@chromium.org2013-09-211-1/+1
* Simple Cache: transactional index in subdirectorypasko@chromium.org2013-09-191-0/+4
* SimpleCache: merge the first and second stream in one fileclamy@chromium.org2013-09-181-6/+5
* Simple Cache: stop running index file tests on Windowspasko@chromium.org2013-09-171-4/+5
* Fix Simple Cache race on multiple dooms on flight.gavinp@chromium.org2013-09-161-4/+1
* Fix user-after-free when create/open operations outlive the backend.pliard@chromium.org2013-09-131-7/+27
* Track entries pending Doom in SimpleCache backend.gavinp@chromium.org2013-09-121-1/+3
* Disk Cache: Replace the worker pool with a sequenced worker pool (posix).rvargas@chromium.org2013-09-101-168/+206
* Reduce Simple Index memory use.gavinp@chromium.org2013-08-281-0/+1
* disk cache: Convert one ASSERT_EQ to EXPECT_EQrvargas@chromium.org2013-08-141-1/+1
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-77/+47
* Disable leaky tests in LeakSanitizer builds.earthdok@chromium.org2013-08-011-5/+17
* Disk cache: make sure that stats are preserved between runs. rvargas@google.com2013-07-291-1/+29
* Reland r211790: "Make simple cache not use optimistic operations for App cache."pliard@chromium.org2013-07-241-3/+28
* Revert 213196 "Reland r211790: "Make simple cache not use optimi..."alexeypa@google.com2013-07-231-34/+3
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-231-3/+34
* SimpleCacheExperiment ControlGroup users should stay in control group.gavinp@chromium.org2013-07-201-0/+160
* Revert 212336 "Reland r211790: "Make simple cache not use optimi..."asargent@chromium.org2013-07-181-41/+3
* Reland r211790: "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-181-3/+41
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Revert 211790 "Make simple cache not use optimistic operations f..."pliard@chromium.org2013-07-161-36/+0
* Make simple cache not use optimistic operations for APP_CACHE.pliard@chromium.org2013-07-161-0/+36
* SimpleCache: add unit tests for enumerationsclamy@chromium.org2013-07-151-2/+154
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-2/+2
* Revert "Updating the mapped_file_avoid_mmap_posix implementation."qsr@chromium.org2013-07-111-5/+1
* Simple Cache: OpenNextEntry() and EndEnumeration()clamy@chromium.org2013-07-021-0/+5
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Updating the mapped_file_avoid_mmap_posix implementation.qsr@chromium.org2013-06-181-1/+5
* Revert "Updating the mapped_file_avoid_mmap_posix implementation."dfalcantara@chromium.org2013-06-151-5/+1
* Updating the mapped_file_avoid_mmap_posix implementation.qsr@chromium.org2013-06-121-1/+5
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-26/+57
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-43/+48