summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-211-3/+5
* Add a LoadState for the AppCachervargas@chromium.org2011-11-041-2/+2
* base::Bind: Cleanups in webkit/appcachemichaeln@google.com2011-10-281-4/+4
* More groundwork for filestream based response storage.michaeln@google.com2011-10-211-6/+8
* Fix a problem introduced in r93736.michaeln@google.com2011-07-251-3/+3
* Delete appcaches when missing entries are detected.michaeln@google.com2011-07-221-5/+9
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-4/+0
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-7/+7
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-3/+3
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-071-4/+8
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-291-7/+8
* When an individual entry is lost from the appache's diskcache, attempts to lo...michaeln@chromium.org2010-08-241-4/+9
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-231-1/+13
* Fix a regression with satisfying range requests out of the appcache and add a...michaeln@chromium.org2010-07-031-5/+11
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-171-2/+2
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-211-0/+65
* Minor cleanup, removed unused URLRequestJob::GetMoreData() method.michaeln@chromium.org2009-12-301-7/+0
* AppCache changes to the networking model. Added new classes AppCacheRequestHa...michaeln@google.com2009-11-091-0/+197