Chromium Code Reviews

Issue 995423003: Add a chromium based simple QUIC client. (Closed)

Created:
5 years, 9 months ago by Ryan Hamilton
Modified:
5 years, 9 months ago
Reviewers:
ramant (doing other things)
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

Add a chromium based simple QUIC client. Committed: https://crrev.com/04730a11c0a58a338bccc006c5cdbccc2607185e Cr-Commit-Position: refs/heads/master@{#321303} Committed: https://crrev.com/a9d12ce1b126160de760c263e3761f10deca80c4 Cr-Commit-Position: refs/heads/master@{#321465}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Cleanup #

Patch Set 4 : More Cleanup #

Patch Set 5 : Final Cleanup #

Patch Set 6 : Final Cleanup #

Total comments: 18

Patch Set 7 : fix comments #

Patch Set 8 : ssize_t #

Patch Set 9 : fix for win #

Patch Set 10 : one more fix #

Patch Set 11 : fix iOS #

Unified diffs Side-by-side diffs Stats (+382 lines, -365 lines)
M net/BUILD.gn View 1 chunk +18 lines, -0 lines 0 comments
M net/net.gyp View 1 chunk +18 lines, -0 lines 0 comments
M net/spdy/spdy_http_utils.h View 1 chunk +4 lines, -3 lines 0 comments
M net/tools/quic/quic_client.h View 1 chunk +2 lines, -2 lines 0 comments
M net/tools/quic/quic_client.cc View 4 chunks +12 lines, -11 lines 0 comments
M net/tools/quic/quic_simple_client.h View 9 chunks +63 lines, -60 lines 0 comments
M net/tools/quic/quic_simple_client.cc View 4 chunks +175 lines, -213 lines 0 comments
M net/tools/quic/quic_simple_client_bin.cc View 7 chunks +17 lines, -14 lines 0 comments
M net/tools/quic/quic_simple_client_session.h View 4 chunks +10 lines, -10 lines 0 comments
M net/tools/quic/quic_simple_client_session.cc View 3 chunks +15 lines, -15 lines 0 comments
M net/tools/quic/quic_simple_client_stream.h View 7 chunks +15 lines, -13 lines 0 comments
M net/tools/quic/quic_simple_client_stream.cc View 7 chunks +33 lines, -24 lines 0 comments

Messages

Total messages: 26 (11 generated)
Ryan Hamilton
5 years, 9 months ago (2015-03-18 02:50:57 UTC) #2
ramant (doing other things)
Awesome work. LGTM. https://codereview.chromium.org/995423003/diff/100001/net/tools/quic/quic_simple_client.cc File net/tools/quic/quic_simple_client.cc (right): https://codereview.chromium.org/995423003/diff/100001/net/tools/quic/quic_simple_client.cc#newcode27 net/tools/quic/quic_simple_client.cc:27: } // namespace nit: an extra ...
5 years, 9 months ago (2015-03-18 05:21:36 UTC) #3
Ryan Hamilton
PTAL Thanks for the review. Much of this coded came from an old CL so ...
5 years, 9 months ago (2015-03-18 22:35:58 UTC) #4
ramant (doing other things)
LGTM.
5 years, 9 months ago (2015-03-18 22:54:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/995423003/120001
5 years, 9 months ago (2015-03-18 22:57:02 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/65572)
5 years, 9 months ago (2015-03-19 00:13:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/995423003/140001
5 years, 9 months ago (2015-03-19 02:39:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/995423003/160001
5 years, 9 months ago (2015-03-19 03:48:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/995423003/180001
5 years, 9 months ago (2015-03-19 04:15:37 UTC) #18
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 9 months ago (2015-03-19 06:02:19 UTC) #19
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/04730a11c0a58a338bccc006c5cdbccc2607185e Cr-Commit-Position: refs/heads/master@{#321303}
5 years, 9 months ago (2015-03-19 06:02:52 UTC) #20
jackhou1
A revert of this CL (patchset #10 id:180001) has been created in https://codereview.chromium.org/1015353003/ by jackhou@chromium.org. ...
5 years, 9 months ago (2015-03-19 06:17:13 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/995423003/200001
5 years, 9 months ago (2015-03-19 21:37:47 UTC) #24
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 9 months ago (2015-03-19 23:07:06 UTC) #25
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 23:08:12 UTC) #26
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/a9d12ce1b126160de760c263e3761f10deca80c4
Cr-Commit-Position: refs/heads/master@{#321465}

Powered by Google App Engine