summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/disk_cache_test_base.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-4/+4
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-2/+2
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-241-1/+13
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-201-13/+1
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-201-1/+13
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-191-13/+1
* Remove void** from disk_cache interface.gavinp2014-09-191-1/+13
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-1/+1
* Simple Cache: wait for index in testsclamy@chromium.org2013-07-121-0/+5
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Simple Cache: Simplest possible eviction we could think of.pasko@google.com2013-04-231-0/+2
* Test cache creation retry via public interface only.pasko@google.com2013-04-051-1/+0
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-021-5/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Run the disk cache tests in scoped temporary directories instead of a fixed d...jam@chromium.org2012-08-171-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Disk cache: Wait until time actually moves forward, torvargas@google.com2012-06-291-1/+5
* base::Bind: disk_cache_test_base.(cc|h)tbreisacher@chromium.org2011-12-221-1/+1
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-2/+2
* Disk cache: Simplify some of the test infrastructure.rvargas@google.com2011-11-151-3/+18
* Disk cache: Make sure the list of unused entries is notrvargas@google.com2011-05-101-4/+4
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-0/+8
* More net/ header/implementation method reordering.erg@google.com2011-01-211-7/+5
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...phajdan.jr@chromium.org2010-09-221-7/+0
* GTTF: Make net_unittests run successfully with parallel test launcherphajdan.jr@chromium.org2010-09-221-0/+7
* Disk cache: Fix the order in which we delete datarvargas@google.com2010-09-161-0/+1
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-271-4/+11
* Disk cache: Extend the internal buffering performed by each entryrvargas@google.com2010-08-231-0/+14
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-1/+7
* Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-7/+1
* Disk cache: Switch the disk cache to use the cache_thread. rvargas@google.com2010-07-081-1/+7
* Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-021-7/+1
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-1/+7
* Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-011-7/+1
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-06-301-1/+7
* Disk cache: Update the disk cache tools and tests to uservargas@google.com2010-06-151-2/+6
* Disk cache" Convert some of the unit tests to the newrvargas@google.com2010-03-181-1/+13
* Start migrating the disk cache to using FilePath.tony@chromium.org2009-10-121-1/+3
* Fix 15 coverity complaints.rvargas@google.com2009-07-011-1/+1
* Disk cache: Modify the unit tests so that they test bothrvargas@google.com2009-04-171-1/+14
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-6/+8
* Run some disk cache unit tests on the Macmmentovai@google.com2008-08-281-7/+13
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add unit tests to the disk cache to verify that a failure during cache reinit...rvargas@google.com2008-07-301-1/+8
* Add net to the repository.initial.commit2008-07-261-0/+92