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

Issue 1009803003: Factor out the QUIC socket reading code into a stand alone QuicPacketReader (Closed)

Created:
5 years, 9 months ago by Ryan Hamilton
Modified:
5 years, 9 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Factor out the QUIC socket reading code into a stand alone QuicPacketReader and share it with both the QuicClientSession and QuicSimpleClient. BUG= Committed: https://crrev.com/31ca50f123ae4580d4d681856aec2379aaa39896 Cr-Commit-Position: refs/heads/master@{#321522}

Patch Set 1 #

Patch Set 2 : cleanup #

Total comments: 10

Patch Set 3 : fix comments #

Patch Set 4 : Rebase #

Patch Set 5 : more export #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -136 lines) Patch
M net/net.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/quic_client_session.h View 1 4 chunks +10 lines, -5 lines 0 comments Download
M net/quic/quic_client_session.cc View 1 3 chunks +14 lines, -51 lines 0 comments Download
A net/quic/quic_packet_reader.h View 1 2 3 4 1 chunk +56 lines, -0 lines 0 comments Download
A net/quic/quic_packet_reader.cc View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
M net/tools/quic/quic_simple_client.h View 1 2 3 4 chunks +10 lines, -16 lines 0 comments Download
M net/tools/quic/quic_simple_client.cc View 1 2 3 7 chunks +12 lines, -64 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
Ryan Hamilton
5 years, 9 months ago (2015-03-19 03:22:32 UTC) #2
ramant (doing other things)
LGTM. Thanks for making this change (very cool). https://codereview.chromium.org/1009803003/diff/20001/net/quic/quic_packet_reader.cc File net/quic/quic_packet_reader.cc (right): https://codereview.chromium.org/1009803003/diff/20001/net/quic/quic_packet_reader.cc#newcode1 net/quic/quic_packet_reader.cc:1: nit: ...
5 years, 9 months ago (2015-03-19 19:12:36 UTC) #3
Ryan Hamilton
Thanks, Raman! https://codereview.chromium.org/1009803003/diff/20001/net/quic/quic_packet_reader.cc File net/quic/quic_packet_reader.cc (right): https://codereview.chromium.org/1009803003/diff/20001/net/quic/quic_packet_reader.cc#newcode1 net/quic/quic_packet_reader.cc:1: On 2015/03/19 19:12:35, ramant wrote: > nit: ...
5 years, 9 months ago (2015-03-19 19:54:49 UTC) #4
ramant (doing other things)
lgtm Thanks much Ryan.
5 years, 9 months ago (2015-03-19 20:53:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1009803003/80001
5 years, 9 months ago (2015-03-19 23:59:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1009803003/80001
5 years, 9 months ago (2015-03-20 02:33:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/21509)
5 years, 9 months ago (2015-03-20 03:29:43 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1009803003/100001
5 years, 9 months ago (2015-03-20 03:46:54 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 9 months ago (2015-03-20 05:51:13 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-20 05:52:05 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/31ca50f123ae4580d4d681856aec2379aaa39896
Cr-Commit-Position: refs/heads/master@{#321522}

Powered by Google App Engine
This is Rietveld 408576698