summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_disk_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-4/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+3
* Clean-up inline members of nested classes (webkit/)hans@chromium.org2012-08-091-1/+16
* Fix a use-after-free bug introduced in r116158. See comments in http://codere...michaeln@google.com2012-01-091-24/+46
* base::Bind: Remove OldCompletionCallback.jhawkins@chromium.org2012-01-031-18/+27
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-221-1/+1
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-29/+31
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-10/+23
* Reland after fixes.jhawkins@chromium.org2011-12-171-2/+3
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-3/+2
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-2/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-14/+14
* Fix a recently introduced leak.michaeln@google.com2011-09-191-1/+1
* Better encapsulate usage of the disk_cache backend within the appcache library.michaeln@google.com2011-09-191-6/+108
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-1/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+1
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+4
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-071-5/+6
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-1/+3
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-0/+155