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

Issue 12091071: Make net::IOBuffer 64-bit safe (Closed)

Created:
7 years, 10 months ago by jschuh
Modified:
7 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Make net::IOBuffer 64-bit safe BUG=166496 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179730

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M net/base/io_buffer.h View 1 chunk +1 line, -1 line 2 comments Download
M net/base/io_buffer.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
jschuh
Trivial checks to validate the sizes for IOBuffer and StringIOBuffer.
7 years, 10 months ago (2013-01-30 18:49:50 UTC) #1
Ryan Hamilton
lgtm, though I'm curious if you've thought about the change I proposed. I suspect you ...
7 years, 10 months ago (2013-01-30 20:33:53 UTC) #2
jschuh
https://codereview.chromium.org/12091071/diff/1/net/base/io_buffer.h File net/base/io_buffer.h (right): https://codereview.chromium.org/12091071/diff/1/net/base/io_buffer.h#newcode118 net/base/io_buffer.h:118: int size() const { return static_cast<int>(string_data_.size()); } I *really* ...
7 years, 10 months ago (2013-01-30 20:54:13 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/12091071/1
7 years, 10 months ago (2013-01-30 20:57:49 UTC) #4
commit-bot: I haz the power
7 years, 10 months ago (2013-01-30 23:18:33 UTC) #5
Message was sent while issue was closed.
Change committed as 179730

Powered by Google App Engine
This is Rietveld 408576698