summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-221-5/+60
* During appcache update, copy response from newest complete cache if http cach...jennb@chromium.org2009-12-161-27/+50
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-1/+1
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-011-50/+327
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-011-327/+50
* Appcache update support for pending master entries: jennb@chromium.org2009-12-011-50/+327
* Isolated bug fixes from CL 385104 to address the following:jennb@chromium.org2009-11-181-27/+28
* Load manifest data for newest cache from storage to compare against fetched m...jennb@chromium.org2009-11-131-13/+23
* Change store group and newest cache API so that storage failure does not requ...jennb@chromium.org2009-11-111-9/+3
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-63/+200
* 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