summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Appcache cross-origin HTTPS resources.michaeln@google.com2011-02-221-2/+19
* AppCache URLFetcher refactoring. Just pulling the URLRequest handlingmichaeln@google.com2011-02-151-321/+247
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-22/+25
* Make the error message more clear in the appcache console logging when an ini...michaeln@chromium.org2010-11-191-3/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-6/+6
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-7/+7
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+11
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-291-10/+11
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-5/+21
* A better error message for the mime type of a manifest file being off.michaeln@chromium.org2010-07-281-4/+16
* Make conditional requests when updating the appcache.michaeln@chromium.org2010-07-211-78/+99
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-73/+77
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-12/+37
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-8/+7
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-1/+3
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-1/+1
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-2/+49
* Couple of small AppCache update job modsmichaeln@chromium.org2010-02-121-3/+9
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-241-28/+41
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-211-5/+0
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-131-6/+10
* AppCache quota tracking groundwork, store response sizes in the SQL database. michaeln@chromium.org2010-01-061-5/+20
* Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...michaeln@google.com2010-01-061-20/+5
* AppCache quota tracking groundwork, store response sizes in the SQL database.michaeln@chromium.org2010-01-061-5/+20
* When an update job doesn't complete successfully, doom all responses created ...michaeln@chromium.org2010-01-041-3/+4
* Fixes to address the failing appcache/remove-cache.html layout tests.michaeln@chromium.org2010-01-041-0/+1
* 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