summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-7/+7
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-2/+103
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-10/+16
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-0/+11
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-35/+35
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-1/+1
* Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression.jennb@chromium.org2009-12-221-4/+0
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-221-1/+340
* During appcache update, copy response from newest complete cache if http cach...jennb@chromium.org2009-12-161-4/+209
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-0/+50
* Mark AppCacheUpdateJobTest.MasterEntryBadManifest test as flaky.willchan@chromium.org2009-12-011-1/+1
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-011-33/+727
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-011-727/+33
* Appcache update support for pending master entries: jennb@chromium.org2009-12-011-33/+727
* A mind numbing change to add the notion of a persistent groupId, and to get r...michaeln@google.com2009-11-241-30/+60
* Isolated bug fixes from CL 385104 to address the following:jennb@chromium.org2009-11-181-1/+64
* Load manifest data for newest cache from storage to compare against fetched m...jennb@chromium.org2009-11-131-43/+74
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Add storage code to appcache update process.jennb@chromium.org2009-10-301-8/+188
* Fix to avoid a bad mem access after URL request has already been deleted.jennb@chromium.org2009-10-161-2/+2
* Disable a couple appcache update job unittests that may have a timing-depende...jennb@chromium.org2009-10-161-2/+2
* Implement cancelling an appcache update. An update is cancelled when its appl...jennb@chromium.org2009-10-161-3/+5
* AppCache StorageAPIsmichaeln@google.com2009-10-091-13/+17
* Make appcache update job retry 503 requests with retry-after of 0.jennb@chromium.org2009-10-081-11/+291
* Re-enabling disabled appcache update unittests. Change comparison of cache u...jennb@chromium.org2009-10-061-17/+20
* 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/+1172