summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_response_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-717/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-25/+24
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-8/+8
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-1/+1
* Convert uses of int ms to TimeDelta in webkit/appcache and webkit/dom_storage.tedvessenes@gmail.com2012-03-031-2/+2
* base::Bind: More low-hanging fruit in webkit/appcache.jhawkins@chromium.org2011-12-221-18/+8
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-20/+22
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-11-111-88/+90
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-14/+14
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-3/+3
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-231-1/+5
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads.mattm@chromium.org2010-05-191-73/+78
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-0/+4
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-0/+35
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-35/+0
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-0/+35
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-1/+1
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-9/+15
* MockAppCacheStorage implementionmichaeln@google.com2009-10-241-44/+0
* Some more, release link error fixmichaeln@google.com2009-10-211-5/+7
* Fix a compile error.michaeln@google.com2009-10-211-5/+3
* AppCacheResponse storage implementationmichaeln@google.com2009-10-211-0/+716