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

Issue 11188017: Add QuicFramer and friends. (Closed)

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

Description

Add QuicFramer and friends. Also fixes an unsigned constant problem from 162259. Revert 162263 - Revert 162259 - Add QuicFramer and friends. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162462

Patch Set 1 #

Patch Set 2 : Use unsigned constants in fnv128 #

Total comments: 21
Unified diffs Side-by-side diffs Delta from patch set Stats (+5400 lines, -19 lines) Patch
M net/net.gyp View 2 chunks +26 lines, -0 lines 0 comments Download
A net/quic/crypto/crypto_framer.h View 1 chunk +106 lines, -0 lines 0 comments Download
A net/quic/crypto/crypto_framer.cc View 1 chunk +156 lines, -0 lines 0 comments Download
A net/quic/crypto/crypto_framer_test.cc View 1 chunk +316 lines, -0 lines 0 comments Download
A net/quic/crypto/crypto_protocol.h View 1 chunk +45 lines, -0 lines 1 comment Download
A net/quic/crypto/crypto_protocol.cc View 1 chunk +12 lines, -0 lines 1 comment Download
A net/quic/crypto/null_decrypter.h View 1 chunk +28 lines, -0 lines 1 comment Download
A net/quic/crypto/null_decrypter.cc View 1 chunk +35 lines, -0 lines 0 comments Download
A net/quic/crypto/null_decrypter_test.cc View 1 chunk +77 lines, -0 lines 0 comments Download
A net/quic/crypto/null_encrypter.h View 1 chunk +30 lines, -0 lines 0 comments Download
A net/quic/crypto/null_encrypter.cc View 1 chunk +37 lines, -0 lines 0 comments Download
A net/quic/crypto/null_encrypter_test.cc View 1 chunk +56 lines, -0 lines 0 comments Download
A net/quic/crypto/quic_decrypter.h View 1 chunk +28 lines, -0 lines 0 comments Download
A net/quic/crypto/quic_decrypter.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A net/quic/crypto/quic_encrypter.h View 1 chunk +38 lines, -0 lines 1 comment Download
A net/quic/crypto/quic_encrypter.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A + net/quic/quic_data_reader.h View 3 chunks +50 lines, -19 lines 1 comment Download
A net/quic/quic_data_reader.cc View 1 chunk +173 lines, -0 lines 0 comments Download
A net/quic/quic_data_writer.h View 1 chunk +94 lines, -0 lines 1 comment Download
A net/quic/quic_data_writer.cc View 1 chunk +69 lines, -0 lines 2 comments Download
A net/quic/quic_framer.h View 1 chunk +214 lines, -0 lines 0 comments Download
A net/quic/quic_framer.cc View 1 chunk +784 lines, -0 lines 1 comment Download
A net/quic/quic_framer_test.cc View 1 chunk +2157 lines, -0 lines 1 comment Download
A net/quic/quic_protocol.h View 1 chunk +422 lines, -0 lines 6 comments Download
A net/quic/quic_protocol.cc View 1 chunk +39 lines, -0 lines 0 comments Download
A net/quic/quic_utils.h View 1 chunk +40 lines, -0 lines 1 comment Download
A net/quic/quic_utils.cc View 1 1 chunk +78 lines, -0 lines 1 comment Download
A net/quic/test_tools/quic_test_utils.h View 1 chunk +69 lines, -0 lines 0 comments Download
A net/quic/test_tools/quic_test_utils.cc View 1 chunk +140 lines, -0 lines 2 comments Download
A net/quic/uint128.h View 1 chunk +39 lines, -0 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
Ryan Hamilton
Annoyingly, this broke the build despite succeeding on a whole pile of try bots. Patch ...
8 years, 2 months ago (2012-10-16 22:24:04 UTC) #1
jar (doing other things)
lgtm
8 years, 2 months ago (2012-10-16 23:39:01 UTC) #2
Ryan Sleevi
ChromeOS takes too dang long to compile, so some free nits for your consideration, since ...
8 years, 2 months ago (2012-10-17 04:27:13 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rch@chromium.org/11188017/5001
8 years, 2 months ago (2012-10-17 15:29:47 UTC) #4
Ryan Hamilton
sleevi: These look like good comments. I will create an upstream CL to address them. ...
8 years, 2 months ago (2012-10-17 15:47:51 UTC) #5
commit-bot: I haz the power
Change committed as 162462
8 years, 2 months ago (2012-10-17 18:09:05 UTC) #6
Vitaly Buka (NO REVIEWS)
8 years, 2 months ago (2012-10-17 18:28:05 UTC) #7
https://chromiumcodereview.appspot.com/11188017/diff/5001/net/quic/quic_utils.cc
File net/quic/quic_utils.cc (right):

https://chromiumcodereview.appspot.com/11188017/diff/5001/net/quic/quic_utils...
net/quic/quic_utils.cc:26: static uint128 kOffset(780984778246553632u,
4400696054689967450u);
u -> ull?

Powered by Google App Engine
This is Rietveld 408576698