Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: Allow URLFetcher users to inject custom URLFetcherResponseWriter | hashimoto@chromium.org | 2013-10-16 | 1 | -3/+4 |
* | net: Manage all response writing related information with URLFetcherResponseW... | hashimoto@chromium.org | 2013-10-11 | 1 | -25/+24 |
* | net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ... | hashimoto@chromium.org | 2013-10-03 | 1 | -4/+0 |
* | URLFetcher won't call delegate until file is closed. | waffles@chromium.org | 2013-09-12 | 1 | -0/+3 |
* | net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetch... | hashimoto@chromium.org | 2013-05-24 | 1 | -5/+2 |
* | net: Replace URLFetcherFileWriter's implementation with FileStream | hashimoto@chromium.org | 2013-04-04 | 1 | -32/+11 |
* | net: Report net error code from URLFetcher::FileErrorOccurred | hashimoto@chromium.org | 2013-03-13 | 1 | -4/+3 |
* | net: Introduce new interface URLFetcherResponseWriter | hashimoto@chromium.org | 2013-03-05 | 1 | -0/+167 |