summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache.h
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Alter the relative priorities of network vs fallback namespaces in the appcac...michaeln@chromium.org2010-11-191-1/+4
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-0/+3
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-2/+1
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-0/+3
* Even more FRIEND_TEST_ALL_PREFIXES, now like in webkitphajdan.jr@chromium.org2010-08-021-2/+3
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-0/+5
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-3/+5
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-3/+2
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-2/+3
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-3/+2
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-2/+3
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+18
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-18/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+18
* Lookup appcached responses given a request URL.michaeln@google.com2009-11-121-4/+7
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-0/+5
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-6/+8
* Re-enabling disabled appcache update unittests. Change comparison of cache u...jennb@chromium.org2009-10-061-1/+8
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-3/+16
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-7/+9
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-10/+18
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+85