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

Issue 11843003: Add SetUploadDataStream method to URLFetcher. (Closed)

Created:
7 years, 11 months ago by mattm
Modified:
7 years, 11 months ago
Reviewers:
hashimoto, mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, hashimoto
Visibility:
Public.

Description

Add SetUploadDataStream method to URLFetcher. BUG=169551 TEST=net_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178535

Patch Set 1 #

Patch Set 2 : rebase & updated for UploadFileElementReader changes #

Total comments: 13

Patch Set 3 : review changes #

Total comments: 2

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -16 lines) Patch
M net/url_request/test_url_fetcher_factory.h View 3 chunks +9 lines, -0 lines 0 comments Download
M net/url_request/test_url_fetcher_factory.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher.h View 1 2 3 3 chunks +11 lines, -3 lines 0 comments Download
M net/url_request/url_fetcher_core.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 2 3 3 chunks +24 lines, -12 lines 0 comments Download
M net/url_request/url_fetcher_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_impl.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 2 3 4 chunks +60 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mattm
mmenke: review hashimoto: FYI
7 years, 11 months ago (2013-01-11 02:14:25 UTC) #1
hashimoto
Just out of curiosity, what is the expected use case of this new method? https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc ...
7 years, 11 months ago (2013-01-11 06:07:38 UTC) #2
mmenke
Please reference a bug number in the description. If there isn't one, please file one. ...
7 years, 11 months ago (2013-01-11 16:25:40 UTC) #3
mattm
On 2013/01/11 06:07:38, hashimoto wrote: > Just out of curiosity, what is the expected use ...
7 years, 11 months ago (2013-01-11 21:39:31 UTC) #4
mattm
https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc File net/url_request/test_url_fetcher_factory.cc (right): https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc#newcode64 net/url_request/test_url_fetcher_factory.cc:64: upload_data_ = upload_content; On 2013/01/11 06:07:38, hashimoto wrote: > ...
7 years, 11 months ago (2013-01-11 21:42:02 UTC) #5
hashimoto
lgtm https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc File net/url_request/test_url_fetcher_factory.cc (right): https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc#newcode64 net/url_request/test_url_fetcher_factory.cc:64: upload_data_ = upload_content; On 2013/01/11 21:42:02, mattm wrote: ...
7 years, 11 months ago (2013-01-15 06:59:28 UTC) #6
mmenke
LGTM as well. On 2013/01/15 06:59:28, hashimoto wrote: > lgtm > > https://codereview.chromium.org/11843003/diff/2002/net/url_request/test_url_fetcher_factory.cc > File ...
7 years, 11 months ago (2013-01-15 15:06:39 UTC) #7
mattm
https://codereview.chromium.org/11843003/diff/11001/net/url_request/url_fetcher_core.cc File net/url_request/url_fetcher_core.cc (right): https://codereview.chromium.org/11843003/diff/11001/net/url_request/url_fetcher_core.cc#newcode1022 net/url_request/url_fetcher_core.cc:1022: int64 current = request_->GetUploadProgress().position(); On 2013/01/15 06:59:28, hashimoto wrote: ...
7 years, 11 months ago (2013-01-24 02:35:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/11843003/19001
7 years, 11 months ago (2013-01-24 02:36:13 UTC) #9
commit-bot: I haz the power
7 years, 11 months ago (2013-01-24 07:10:23 UTC) #10
Message was sent while issue was closed.
Change committed as 178535

Powered by Google App Engine
This is Rietveld 408576698