summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix busted build.michaeln@chromium.org2010-11-191-2/+2
* Alter the relative priorities of network vs fallback namespaces in the appcac...michaeln@chromium.org2010-11-191-9/+15
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-031-0/+10
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-0/+9
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-4/+3
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-2/+8
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-8/+2
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-2/+8
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+78
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-78/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+78
* Ignore URL fragment when looking up URL in application cache.jennb@chromium.org2009-12-021-3/+12
* Lookup appcached responses given a request URL.michaeln@google.com2009-11-121-0/+66
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-4/+4
* AppCache StorageAPIsmichaeln@google.com2009-10-091-2/+3
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-7/+14
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-6/+12
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+51