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

Issue 346323002: net: Implement ChannelIDSourceChromium, which is based on Chromium's (Closed)

Created:
6 years, 6 months ago by wtc
Modified:
6 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

net: Implement ChannelIDSourceChromium, which is based on Chromium's channel ID store. R=rch@chromium.org,rtenneti@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280730

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 19

Patch Set 3 : #

Total comments: 3

Patch Set 4 : Address review comments #

Patch Set 5 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+589 lines, -147 lines) Patch
M net/http/http_network_session.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A net/quic/crypto/channel_id_chromium.h View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A net/quic/crypto/channel_id_chromium.cc View 1 chunk +249 lines, -0 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium.h View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium.cc View 1 2 3 4 6 chunks +8 lines, -9 lines 0 comments Download
M net/quic/quic_crypto_client_stream.h View 1 2 3 4 7 chunks +40 lines, -2 lines 0 comments Download
M net/quic/quic_crypto_client_stream.cc View 1 2 3 4 8 chunks +100 lines, -38 lines 0 comments Download
M net/quic/quic_crypto_server_stream_test.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 2 3 4 5 chunks +6 lines, -7 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 3 4 4 chunks +4 lines, -1 line 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.h View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 2 3 4 1 chunk +10 lines, -6 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_chromium.cc View 1 2 3 4 3 chunks +81 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_nss.cc View 1 2 3 4 5 chunks +5 lines, -80 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
wtc
6 years, 6 months ago (2014-06-24 00:54:47 UTC) #1
Ryan Hamilton
I still need to review the new state-machine in the crypto client stream. https://codereview.chromium.org/346323002/diff/20001/net/quic/quic_crypto_client_stream.cc File ...
6 years, 6 months ago (2014-06-25 18:55:15 UTC) #2
ramant (doing other things)
https://codereview.chromium.org/346323002/diff/20001/net/quic/crypto/channel_id_chromium.h File net/quic/crypto/channel_id_chromium.h (right): https://codereview.chromium.org/346323002/diff/20001/net/quic/crypto/channel_id_chromium.h#newcode28 net/quic/crypto/channel_id_chromium.h:28: virtual std::string SerializeKey() const OVERRIDE; nit: consider adding #include ...
6 years, 6 months ago (2014-06-25 20:57:56 UTC) #3
Ryan Hamilton
I think I've reviewed the state machine changes now. Overall it looks good, but I ...
6 years, 6 months ago (2014-06-25 23:40:26 UTC) #4
wtc
Please review patch set 3. Thank you for your review comments. I addressed all of ...
6 years, 5 months ago (2014-06-28 16:03:30 UTC) #5
Ryan Hamilton
lgtm https://codereview.chromium.org/346323002/diff/20001/net/quic/quic_crypto_client_stream.cc File net/quic/quic_crypto_client_stream.cc (right): https://codereview.chromium.org/346323002/diff/20001/net/quic/quic_crypto_client_stream.cc#newcode340 net/quic/quic_crypto_client_stream.cc:340: if (status == QUIC_PENDING) { On 2014/06/28 16:03:29, ...
6 years, 5 months ago (2014-06-30 17:47:04 UTC) #6
wtc
Ryan: I made your suggested changes in patch set 4. I am going to rebase ...
6 years, 5 months ago (2014-06-30 19:35:15 UTC) #7
ramant (doing other things)
lgtm
6 years, 5 months ago (2014-06-30 21:09:44 UTC) #8
wtc
The CQ bit was checked by wtc@chromium.org
6 years, 5 months ago (2014-07-01 00:44:59 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/346323002/80001
6 years, 5 months ago (2014-07-01 00:46:35 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-01 02:01:19 UTC) #11
Message was sent while issue was closed.
Change committed as 280730

Powered by Google App Engine
This is Rietveld 408576698