summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/appcache/* into webkit/{browser,common}/appcachekinuko@chromium.org2013-06-051-310/+0
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-3/+3
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-081-3/+3
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-1/+1
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* AppCacheExecutableHandlers - parse manifest file and store/retrieve the 'bit'...michaeln@google.com2013-04-171-0/+7
* Add an UMA stat for how long ResourceRequests are delayed due to the appcache.michaeln@google.com2012-12-261-0/+8
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-3/+4
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+3
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-3/+2
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-6/+6
* 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