Chromium Code Reviews
Help | Chromium Project | Sign in
(19)

Issue 3010037: Add the actual data being read to the OnBytesRead callback, take two.... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 10 months ago by bmcquade1
Modified:
4 years ago
Reviewers:
eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org, ben+cc_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add the actual data being read to the OnBytesRead callback, take two. This change was originally committed as http://src.chromium.org/viewvc/chrome?view=rev&revision=53178 then rolled back as http://src.chromium.org/viewvc/chrome?view=rev&revision=53416 due to a breakage in FLAKY_UnknownSize download test. FLAKY_UnknownSize depended on code with a bug that was exposed by this change. That bug has since been fixed and committed as http://src.chromium.org/viewvc/chrome?view=rev&revision=53876 So this change is ready for another round of review. It has not changed at all since being committed. Contributed by: bmcquade@google.com BUG=48192 TEST=Added new unit tests, ran net_unittests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54448 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55224

Patch Set 1 #

Patch Set 2 : Revert uncommented code. #

Patch Set 3 : Fix comment. #

Patch Set 4 : Sync with LKGR. #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+316 lines, -35 lines) Patch
M chrome/browser/chromeos/cros/network_library.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M net/net.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_job.h View 1 2 3 4 3 chunks +19 lines, -5 lines 0 comments Download
M net/url_request/url_request_job.cc View 1 2 3 4 9 chunks +47 lines, -19 lines 0 comments Download
M net/url_request/url_request_job_tracker.h View 1 2 3 4 3 chunks +9 lines, -5 lines 0 comments Download
M net/url_request/url_request_job_tracker.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
A net/url_request/url_request_job_tracker_unittest.cc View 1 chunk +232 lines, -0 lines 0 comments Download
Commit: CQ not working?

Messages

Total messages: 2 (0 generated)
bmcquade1
4 years, 10 months ago (2010-07-29 14:07:07 UTC) #1
eroman
4 years, 10 months ago (2010-07-29 18:10:32 UTC) #2
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld ec887be