Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Issue 26230003: net: Allow URLFetcher users to inject custom URLFetcherResponseWriter (Closed)

Created:
7 years, 2 months ago by hashimoto
Modified:
7 years, 2 months ago
Reviewers:
wtc, kinaba
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

net: Allow URLFetcher users to inject custom URLFetcherResponseWriter Add a new method URLFetcher::SaveResponseWithWriter() Add NET_EXPORT to URLFetcherResponseWriter and its subclasses so that user code can inherit them to implement custom writers. BUG=126753 TEST=net_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228885

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Fix win7_aura compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -6 lines) Patch
M net/url_request/test_url_fetcher_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher.h View 3 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 chunk +10 lines, -3 lines 0 comments Download
M net/url_request/url_fetcher_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_impl.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_response_writer.h View 4 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
hashimoto
Please review. After this patch, I'd like to implement a subclass of URLFetcherResponseWriter for Google ...
7 years, 2 months ago (2013-10-11 09:54:55 UTC) #1
wtc
Patch set 1 LGTM. It would be nice to ask kinaba to also take a ...
7 years, 2 months ago (2013-10-14 19:57:23 UTC) #2
hashimoto
kinaba@, Could you take a look on this change? https://codereview.chromium.org/26230003/diff/3001/net/url_request/url_fetcher.h File net/url_request/url_fetcher.h (right): https://codereview.chromium.org/26230003/diff/3001/net/url_request/url_fetcher.h#newcode247 net/url_request/url_fetcher.h:247: ...
7 years, 2 months ago (2013-10-15 01:00:35 UTC) #3
kinaba
lgtm
7 years, 2 months ago (2013-10-15 01:16:23 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/26230003/3001
7 years, 2 months ago (2013-10-15 09:09:19 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-15 09:47:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/26230003/3001
7 years, 2 months ago (2013-10-16 04:12:24 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-16 04:49:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/26230003/44001
7 years, 2 months ago (2013-10-16 04:52:47 UTC) #9
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-16 05:00:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/26230003/44001
7 years, 2 months ago (2013-10-16 05:25:14 UTC) #11
commit-bot: I haz the power
7 years, 2 months ago (2013-10-16 10:28:13 UTC) #12
Message was sent while issue was closed.
Change committed as 228885

Powered by Google App Engine
This is Rietveld 408576698