summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* 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