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

Issue 11300020: Add QuicStream and friends to QUIC code. (Closed)

Created:
8 years, 1 month ago by Ryan Hamilton
Modified:
8 years, 1 month ago
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add QuicStream and friends to QUIC code. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165858

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : License #

Total comments: 71

Patch Set 4 : Rebase #

Patch Set 5 : Remove iovec code, which is not supported on windows #

Patch Set 6 : NET_EXPORT_PRIVATE #

Patch Set 7 : size_t -> int #

Patch Set 8 : smaller char constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1714 lines, -2 lines) Patch
M net/net.gyp View 1 2 3 3 chunks +11 lines, -0 lines 0 comments Download
A net/quic/quic_crypto_stream.h View 1 2 3 4 5 1 chunk +59 lines, -0 lines 0 comments Download
A net/quic/quic_crypto_stream.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A net/quic/quic_crypto_stream_test.cc View 1 2 3 4 5 6 7 1 chunk +100 lines, -0 lines 0 comments Download
A net/quic/quic_session.h View 1 2 3 4 5 6 1 chunk +117 lines, -0 lines 0 comments Download
A net/quic/quic_session.cc View 1 2 3 4 5 6 1 chunk +195 lines, -0 lines 0 comments Download
A net/quic/quic_session_test.cc View 1 2 1 chunk +158 lines, -0 lines 0 comments Download
A net/quic/quic_stream_sequencer.h View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download
A net/quic/quic_stream_sequencer.cc View 1 2 3 4 1 chunk +203 lines, -0 lines 0 comments Download
A net/quic/quic_stream_sequencer_test.cc View 1 2 3 4 1 chunk +413 lines, -0 lines 0 comments Download
A net/quic/reliable_quic_stream.h View 1 2 3 4 5 6 1 chunk +80 lines, -0 lines 0 comments Download
A net/quic/reliable_quic_stream.cc View 1 2 3 4 5 6 1 chunk +126 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 1 2 3 4 5 6 4 chunks +75 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 2 3 chunks +41 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Ryan Hamilton
friendly ping
8 years, 1 month ago (2012-10-31 17:11:47 UTC) #1
jar (doing other things)
I haven't finished reviewing... and am only up to quic_stream_sequencer_test.cc, but since I had some ...
8 years, 1 month ago (2012-10-31 22:37:37 UTC) #2
alyssar
https://codereview.chromium.org/11300020/diff/5001/net/quic/quic_stream_sequencer.cc File net/quic/quic_stream_sequencer.cc (right): https://codereview.chromium.org/11300020/diff/5001/net/quic/quic_stream_sequencer.cc#newcode148 net/quic/quic_stream_sequencer.cc:148: const_cast<char*>(it->second.c_str())); +1 to data() just for clarity https://codereview.chromium.org/11300020/diff/5001/net/quic/quic_stream_sequencer.cc#newcode195 net/quic/quic_stream_sequencer.cc:195: ...
8 years, 1 month ago (2012-11-01 17:43:47 UTC) #3
jar (doing other things)
This is the second half of the comments on this patch set. As per discussion, ...
8 years, 1 month ago (2012-11-01 22:21:10 UTC) #4
Ryan Hamilton
All but a few of these comments will be addressed when internal change 37570979 lands. ...
8 years, 1 month ago (2012-11-01 22:52:20 UTC) #5
jar (doing other things)
https://codereview.chromium.org/11300020/diff/5001/net/quic/quic_stream_sequencer.cc File net/quic/quic_stream_sequencer.cc (right): https://codereview.chromium.org/11300020/diff/5001/net/quic/quic_stream_sequencer.cc#newcode45 net/quic/quic_stream_sequencer.cc:45: size_t data_len = frame.data.size(); I think my comment was ...
8 years, 1 month ago (2012-11-01 23:20:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11300020/10002
8 years, 1 month ago (2012-11-03 03:13:59 UTC) #7
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-03 03:32:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11300020/4002
8 years, 1 month ago (2012-11-03 03:54:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11300020/4004
8 years, 1 month ago (2012-11-03 04:22:53 UTC) #10
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
8 years, 1 month ago (2012-11-03 04:58:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11300020/3019
8 years, 1 month ago (2012-11-03 14:06:26 UTC) #12
commit-bot: I haz the power
8 years, 1 month ago (2012-11-03 16:55:34 UTC) #13
Change committed as 165858

Powered by Google App Engine
This is Rietveld 408576698