summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix minor style violation.jennb@chromium.org2009-10-161-2/+2
* Fix to avoid a bad mem access after URL request has already been deleted.jennb@chromium.org2009-10-161-1/+2
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-46/+66
* AppCache StorageAPIsmichaeln@google.com2009-10-091-1/+2
* Make appcache update job retry 503 requests with retry-after of 0.jennb@chromium.org2009-10-081-9/+58
* Re-enabling disabled appcache update unittests. Change comparison of cache u...jennb@chromium.org2009-10-061-2/+2
* Disable some appcache update tests that depend on testserver.jennb@chromium.org2009-10-061-3/+3
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-061-0/+671