summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a load timing bug in which proxy resolution times couldmmenke@chromium.org2013-04-081-0/+3
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-4/+6
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+7
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-7/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+7
* Remove some calls to URLRequestContext::network_delegate().tedv@chromium.org2013-03-081-0/+4
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+3
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-2/+2
* Set blocked_on_delegate_ when a URLRequest is blocked bymmenke@chromium.org2012-11-141-2/+2
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-1/+2
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-0/+3
* Do not inherit from std::vector.tfarina@chromium.org2012-07-251-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-3/+6
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-2/+1
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+2
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-2/+1
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-2/+2
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+1
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+2
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+6
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-1/+3
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-3/+1
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-1/+3
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-0/+5
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-2/+4
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+14
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-14/+0
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-0/+14
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-1/+7
* net: Add NET_API to url_request.rvargas@google.com2011-05-201-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-69/+14
* Fix up the last easy URLRequestJob refcounting offenders.willchan@chromium.org2011-03-211-27/+27
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-191-0/+3
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-171-13/+11
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-15/+6
* Remove URLRequestJobMetrics and related code.adamk@chromium.org2011-03-161-7/+0
* Various small cleanups in URLRequestJob:adamk@chromium.org2011-03-161-25/+16
* Remove GetInputStreamBufferSize() method from FilterContext.adamk@chromium.org2011-03-081-4/+0
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+5
* Reorder the methods in net/url_request/.erg@google.com2011-01-201-11/+6
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-6/+6
* net: Add namespace net to more files.tfarina@chromium.org2010-12-171-7/+5
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+0
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-13/+15
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-5/+11
* Make URLRequestJob RefCounted instead of RefCountedThreadSafe.willchan@chromium.org2010-11-191-5/+2