summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_host.cc
Commit message (Expand)AuthorAgeFilesLines
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-5/+5
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-041-2/+5
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-291-0/+2
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-291-2/+0
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-291-0/+2
* Fix host status bug: jennb@chromium.org2009-12-011-1/+6
* Fix a simple crashing bug, don't assume an associated host has an owning grou...michaeln@google.com2009-11-161-5/+3
* * Fix a bug with the applicationCache.status return value. The wrong status v...michaeln@google.com2009-11-121-2/+1
* applicationCache.swap(), applicationCache.update() and applicationCache.statu...michaeln@google.com2009-11-101-11/+50
* Valgrind fixmichaeln@google.com2009-11-091-1/+2
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-9/+20
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-8/+30
* AppCache StorageAPIsmichaeln@google.com2009-10-091-8/+10
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-181-5/+20
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-151-13/+234
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-021-4/+20
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-261-0/+25