summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+5
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-7/+9
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-171-0/+7
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-5/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+5
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-6/+7
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+3
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-3/+0
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+3
* LoadTiming int net 6: Cache LoadTimingInfommenke@chromium.org2013-02-021-0/+3
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+4
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-1/+1
* Set blocked_on_delegate_ when a URLRequest is blocked bymmenke@chromium.org2012-11-141-0/+3
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-2/+2
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-0/+1
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-5/+5
* NetLogEventParameter to Callback refactoring 6.mmenke@chromium.org2012-06-131-5/+3
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-2/+2
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-2/+2
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-2/+2
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-3/+5
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-151-2/+2
* Revert 109960 - Send WM_DEVICECHANGE message through SystemMonitorkmadhusu@chromium.org2011-11-141-2/+2
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-141-2/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-2/+1
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+3
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+3
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-271-3/+3
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-271-3/+3
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-1/+1
* Log errors on the URLRequestTYPE_REQUEST_ALIVE end event,mmenke@chromium.org2011-08-171-1/+8
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-4/+16
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-101-0/+8
* Change CanGetCookies signature, add CookieList as parameters in order to remo...ycxiao@chromium.org2011-07-291-3/+3
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-20/+47
* Revert 92331 - Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-47/+20
* Fix leaking request IDs in webRequest APIbattre@chromium.org2011-07-131-20/+47
* URLRequestJob::Read can return false but still leave the request in state URL...battre@chromium.org2011-07-061-2/+1
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-011-0/+16
* Treat ERR_CONNECTION_CLOSED as end-of-data marker for downloads.ahendrickson@chromium.org2011-05-241-4/+27
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-11/+14
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-231-11/+5
* Remove all "net::" prefixes under net/url_request for code that'sadamk@chromium.org2011-03-241-18/+18
* Move URLRequestJob's histogram logic to URLRequestHttpJob.adamk@chromium.org2011-03-241-271/+3
* Change some URLRequestJob subclasses to use ScopedRunnableMethodFactory.willchan@chromium.org2011-03-191-3/+6
* Stop subclassing FilterContext in URLRequestJob.adamk@chromium.org2011-03-171-33/+8
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-11/+3