| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add SetUploadStream method to URLFetcher. | hirono | 2015-01-21 | 1 | -0/+3 |
* | Removed URLRequest::Interceptor and wired up AppCacheInterceptor | bengr | 2014-11-17 | 1 | -1/+0 |
* | Standardize usage of virtual/override/final in net/ | dcheng | 2014-10-21 | 1 | -43/+38 |
* | replace OVERRIDE and FINAL with override and final in net/ | mostynb | 2014-10-09 | 1 | -34/+34 |
* | Clean up coding style | devgrapher@gmail.com | 2014-05-21 | 1 | -0/+2 |
* | Revert of Remove Referrer Policy from URLFetcher. (https://codereview.chromiu... | jochen@chromium.org | 2014-05-05 | 1 | -0/+2 |
* | Remove Referrer Policy from URLFetcher. | cbentzel@chromium.org | 2014-05-02 | 1 | -2/+0 |
* | Remove URLFetcher::GetRequestHeaders. It had a bug, | mmenke@chromium.org | 2014-02-02 | 1 | -2/+0 |
* | Make it possible to set a referrer policy via URLFetcher | jochen@chromium.org | 2014-01-24 | 1 | -0/+2 |
* | net: Use SequencedTaskRunner for URLFetcherResponseWriter | hashimoto@chromium.org | 2013-11-12 | 1 | -2/+2 |
* | net: Allow URLFetcher users to inject custom URLFetcherResponseWriter | hashimoto@chromium.org | 2013-10-16 | 1 | -0/+2 |
* | net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ... | hashimoto@chromium.org | 2013-10-03 | 1 | -1/+0 |
* | Support range uploading of a file. | hidehiko@chromium.org | 2013-05-02 | 1 | -0/+2 |
* | net: Report net error code from URLFetcher::FileErrorOccurred | hashimoto@chromium.org | 2013-03-13 | 1 | -2/+1 |
* | Add SetUploadFilePath method to URLFetcher. | mattm@chromium.org | 2013-03-02 | 1 | -0/+4 |
* | Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher... | mattm@chromium.org | 2013-02-14 | 1 | -3/+0 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -2/+2 |
* | Add a command-line flag to have URLFetcher ignore certificate requests | rsleevi@chromium.org | 2013-01-31 | 1 | -0/+1 |
* | Add SetUploadDataStream method to URLFetcher. | mattm@chromium.org | 2013-01-24 | 1 | -0/+3 |
* | Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ... | joaodasilva@chromium.org | 2012-12-14 | 1 | -2/+3 |
* | URLFetcher uses a TaskRunner instead of a message loop. | droger@chromium.org | 2012-09-19 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move test_url_fetcher_factory.* from content/ to net/url_request | akalin@chromium.org | 2012-06-19 | 1 | -2/+1 |
* | Move URLFetcherImpl to net/ | akalin@chromium.org | 2012-06-15 | 1 | -0/+123 |