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

Issue 1856513002: Add QuicTransportChannel methods for QUIC streams (Closed)

Created:
4 years, 8 months ago by mikescarlett
Modified:
4 years, 8 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add QuicTransportChannel methods for QUIC streams The QuicTransportChannel now creates outgoing QUIC streams for sending a message, and incoming QUIC streams for receiving a message. It also signals when the QUIC connection closes. Split from CL https://codereview.webrtc.org/1844803002/. BUG= Committed: https://crrev.com/18b67a59eaec2d3611ca88ecc5c878f557bda0b4 Cr-Commit-Position: refs/heads/master@{#12323}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : Modify SignalClosedEmitted unit test #

Patch Set 7 : Add unit test for closing QUIC stream and merge changes #

Total comments: 2

Patch Set 8 : Add back quicsession.h comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -14 lines) Patch
M webrtc/p2p/quic/quicsession.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webrtc/p2p/quic/quicsession_unittest.cc View 1 2 3 4 5 6 1 chunk +14 lines, -0 lines 0 comments Download
M webrtc/p2p/quic/quictransportchannel.h View 1 2 3 4 5 6 5 chunks +19 lines, -5 lines 0 comments Download
M webrtc/p2p/quic/quictransportchannel.cc View 1 3 chunks +15 lines, -0 lines 0 comments Download
M webrtc/p2p/quic/quictransportchannel_unittest.cc View 1 2 3 4 5 6 chunks +41 lines, -1 line 0 comments Download
M webrtc/p2p/quic/reliablequicstream.h View 1 2 3 4 1 chunk +10 lines, -3 lines 0 comments Download
M webrtc/p2p/quic/reliablequicstream.cc View 1 2 3 4 2 chunks +16 lines, -3 lines 0 comments Download
M webrtc/p2p/quic/reliablequicstream_unittest.cc View 1 2 3 4 4 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
mikescarlett
4 years, 8 months ago (2016-04-05 19:49:17 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/1856513002/diff/80001/webrtc/p2p/quic/quictransportchannel_unittest.cc File webrtc/p2p/quic/quictransportchannel_unittest.cc (right): https://codereview.webrtc.org/1856513002/diff/80001/webrtc/p2p/quic/quictransportchannel_unittest.cc#newcode518 webrtc/p2p/quic/quictransportchannel_unittest.cc:518: TEST_F(QuicTransportChannelTest, SignalClosedEmmitted) { Emmitted => Emitted https://codereview.webrtc.org/1856513002/diff/80001/webrtc/p2p/quic/quictransportchannel_unittest.cc#newcode527 webrtc/p2p/quic/quictransportchannel_unittest.cc:527: } ...
4 years, 8 months ago (2016-04-05 22:19:35 UTC) #4
mikescarlett
https://codereview.webrtc.org/1856513002/diff/80001/webrtc/p2p/quic/quictransportchannel_unittest.cc File webrtc/p2p/quic/quictransportchannel_unittest.cc (right): https://codereview.webrtc.org/1856513002/diff/80001/webrtc/p2p/quic/quictransportchannel_unittest.cc#newcode518 webrtc/p2p/quic/quictransportchannel_unittest.cc:518: TEST_F(QuicTransportChannelTest, SignalClosedEmmitted) { On 2016/04/05 22:19:35, Taylor Brandstetter wrote: ...
4 years, 8 months ago (2016-04-06 17:31:54 UTC) #5
Taylor Brandstetter
lgtm
4 years, 8 months ago (2016-04-06 19:06:42 UTC) #6
pthatcher1
lgtm https://codereview.webrtc.org/1856513002/diff/120001/webrtc/p2p/quic/quicsession.h File webrtc/p2p/quic/quicsession.h (left): https://codereview.webrtc.org/1856513002/diff/120001/webrtc/p2p/quic/quicsession.h#oldcode52 webrtc/p2p/quic/quicsession.h:52: // QuicConnectionVisitorInterface overrides. I'm curious why this is ...
4 years, 8 months ago (2016-04-11 22:02:11 UTC) #7
mikescarlett
https://codereview.webrtc.org/1856513002/diff/120001/webrtc/p2p/quic/quicsession.h File webrtc/p2p/quic/quicsession.h (left): https://codereview.webrtc.org/1856513002/diff/120001/webrtc/p2p/quic/quicsession.h#oldcode52 webrtc/p2p/quic/quicsession.h:52: // QuicConnectionVisitorInterface overrides. On 2016/04/11 22:02:11, pthatcher1 wrote: > ...
4 years, 8 months ago (2016-04-11 22:29:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1856513002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1856513002/140001
4 years, 8 months ago (2016-04-11 22:30:07 UTC) #11
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 8 months ago (2016-04-11 23:56:27 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-04-11 23:56:35 UTC) #15
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/18b67a59eaec2d3611ca88ecc5c878f557bda0b4
Cr-Commit-Position: refs/heads/master@{#12323}

Powered by Google App Engine
This is Rietveld 408576698