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

Issue 15711003: net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetcherCore (Closed)

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

Description

net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetcherCore URLFetcherCore is now responsible to write all data stored in |buffer_|. BUG=126753 TEST=net_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202003

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -37 lines) Patch
M net/url_request/url_fetcher_core.h View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 2 chunks +24 lines, -5 lines 0 comments Download
M net/url_request/url_fetcher_response_writer.h View 1 chunk +2 lines, -5 lines 0 comments Download
M net/url_request/url_fetcher_response_writer.cc View 1 2 chunks +12 lines, -25 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
hashimoto
Please review.
7 years, 7 months ago (2013-05-22 09:03:08 UTC) #1
wtc
Patch set 1 LGTM. Thanks! Optional: you may ask a coworker in your office to ...
7 years, 7 months ago (2013-05-23 01:00:16 UTC) #2
hashimoto
kinaba@ could you take a look? https://codereview.chromium.org/15711003/diff/3001/net/url_request/url_fetcher_core.cc File net/url_request/url_fetcher_core.cc (right): https://codereview.chromium.org/15711003/diff/3001/net/url_request/url_fetcher_core.cc#newcode832 net/url_request/url_fetcher_core.cc:832: return OK; On ...
7 years, 7 months ago (2013-05-23 04:33:23 UTC) #3
kinaba
lgtm for patch set 2
7 years, 7 months ago (2013-05-23 04:53:13 UTC) #4
wtc
Patch set 2 LGTM. Thanks! https://codereview.chromium.org/15711003/diff/15001/net/url_request/url_fetcher_core.h File net/url_request/url_fetcher_core.h (right): https://codereview.chromium.org/15711003/diff/15001/net/url_request/url_fetcher_core.h#newcode198 net/url_request/url_fetcher_core.h:198: // Returns OK when ...
7 years, 7 months ago (2013-05-23 17:22:53 UTC) #5
hashimoto
https://codereview.chromium.org/15711003/diff/15001/net/url_request/url_fetcher_core.h File net/url_request/url_fetcher_core.h (right): https://codereview.chromium.org/15711003/diff/15001/net/url_request/url_fetcher_core.h#newcode198 net/url_request/url_fetcher_core.h:198: // Returns OK when all bytes in |data| gets ...
7 years, 7 months ago (2013-05-24 02:29:28 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/15711003/27001
7 years, 7 months ago (2013-05-24 02:29:42 UTC) #7
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 07:15:21 UTC) #8
Message was sent while issue was closed.
Change committed as 202003

Powered by Google App Engine
This is Rietveld 408576698