summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* Improve URLFetcher documentation.maniscalco@chromium.org2014-05-081-2/+7
* Revert of Remove Referrer Policy from URLFetcher. (https://codereview.chromiu...jochen@chromium.org2014-05-051-0/+5
* Fix typo, "recieve" -> "receive", in net/mseaborn@chromium.org2014-05-041-1/+1
* Remove Referrer Policy from URLFetcher.cbentzel@chromium.org2014-05-021-5/+0
* Remove URLFetcher::GetRequestHeaders. It had a bug,mmenke@chromium.org2014-02-021-3/+0
* Make it possible to set a referrer policy via URLFetcherjochen@chromium.org2014-01-241-0/+6
* net: Use SequencedTaskRunner for URLFetcherResponseWriterhashimoto@chromium.org2013-11-121-3/+4
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-161-0/+7
* net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...hashimoto@chromium.org2013-10-031-5/+0
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-0/+4
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-131-4/+2
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-021-3/+15
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-11/+3
* Remove deprecated POST_WITHOUT_BODYhidehiko@chromium.org2013-02-081-5/+0
* Allow no content-type for POST, PUT and PATCH methods.hidehiko@chromium.org2013-02-061-4/+6
* Add POST_WITHOUT_BODY to the UrlFetcher's method.hidehiko@chromium.org2013-02-041-0/+4
* Add PATCH method to UrlFetcher.hidehiko@chromium.org2013-02-041-0/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-3/+3
* Add a command-line flag to have URLFetcher ignore certificate requestsrsleevi@chromium.org2013-01-311-0/+7
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-3/+11
* Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...joaodasilva@chromium.org2013-01-111-3/+0
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-2/+10
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-191-4/+5
* Add get_server_time utilityakalin@chromium.org2012-09-051-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-0/+28
* Add support to URLFetcher for stopping on redirects. Use this in AlternateNa...pkasting@chromium.org2012-06-071-1/+9
* Make AssociateWithRenderView() a free function in the 'content' namespaceakalin@chromium.org2012-05-221-0/+16
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-0/+216