summaryrefslogtreecommitdiffstats
path: root/net/url_request/test_url_fetcher_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Teach URLRequest about initiator checks for First-Party-Only cookies.mkwst2016-01-151-1/+1
* Switch to standard integer types in net/.Avi Drissman2015-12-201-4/+4
* Add tests for FileDownloadertreib2015-10-141-0/+1
* Add Precache.Fetch.ResponseBytes.Network metric.twifkak2015-08-051-0/+9
* Add prefetch UMA metrics.twifkak2015-07-101-0/+3
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-12/+12
* net: Add SetUploadStream method to URLFetcher.hirono2015-01-211-0/+3
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-63/+56
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-39/+39
* Add CryptAuthApiCallFlow class, the underlying object to handle all CryptAuth...tengs2014-10-061-0/+4
* Clean up coding styledevgrapher@gmail.com2014-05-211-1/+0
* Revert of Remove Referrer Policy from URLFetcher. (https://codereview.chromiu...jochen@chromium.org2014-05-051-0/+2
* Remove Referrer Policy from URLFetcher.cbentzel@chromium.org2014-05-021-2/+0
* libaddressinput - one less copy when downloading dataestade@chromium.org2014-02-031-0/+1
* Remove URLFetcher::GetRequestHeaders. It had a bug,mmenke@chromium.org2014-02-021-2/+2
* Make it possible to set a referrer policy via URLFetcherjochen@chromium.org2014-01-241-0/+2
* net: Use SequencedTaskRunner for URLFetcherResponseWriterhashimoto@chromium.org2013-11-121-2/+2
* [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatusrsimha@chromium.org2013-11-061-19/+43
* [sync] Allow FakeURLFetcher to return arbitrary HTTP response codesrsimha@chromium.org2013-11-041-22/+37
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-161-0/+2
* net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...hashimoto@chromium.org2013-10-031-1/+0
* Consolidate TestURLFetcherFactory::SetFakeResponsemnissler@chromium.org2013-09-301-7/+1
* Clean up GaiaUrls to actually return GURLs.mnissler@chromium.org2013-09-191-0/+6
* Revert "Handling of multiple concurrent requests from different clients in OA...eustas@chromium.org2013-09-051-1/+0
* Handling of multiple concurrent requests from different clients in OAuth2Toke...zelidrag@chromium.org2013-09-041-0/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-0/+2
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-131-2/+2
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-021-0/+6
* Refactored FakeURLFetcher to make it more flexiblenoamsml@google.com2013-02-151-5/+80
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-9/+0
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-0/+9
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-2/+3
* Set the search provider polling to 100 ms since the last autocomplete request.bartn@chromium.org2012-11-271-0/+15
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-191-2/+2
* Introduced TestURLFetcher::DelegateForTests interface to allow event-driven e...primiano@chromium.org2012-07-121-0/+25
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-0/+299