summaryrefslogtreecommitdiffstats
path: root/net/url_request/test_url_fetcher_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatusrsimha@chromium.org2013-11-061-14/+32
* [sync] Allow FakeURLFetcher to return arbitrary HTTP response codesrsimha@chromium.org2013-11-041-9/+13
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-161-0/+5
* net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...hashimoto@chromium.org2013-10-031-5/+0
* Consolidate TestURLFetcherFactory::SetFakeResponsemnissler@chromium.org2013-09-301-7/+1
* Clean up GaiaUrls to actually return GURLs.mnissler@chromium.org2013-09-191-2/+9
* Revert "Handling of multiple concurrent requests from different clients in OA...eustas@chromium.org2013-09-051-4/+0
* Handling of multiple concurrent requests from different clients in OAuth2Toke...zelidrag@chromium.org2013-09-041-0/+4
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-0/+2
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-4/+4
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-131-2/+1
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-021-0/+7
* Refactored FakeURLFetcher to make it more flexiblenoamsml@google.com2013-02-151-42/+45
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-7/+0
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-3/+3
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-0/+7
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-2/+5
* Set the search provider polling to 100 ms since the last autocomplete request.bartn@chromium.org2012-11-271-6/+11
* 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-1/+19
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-0/+346