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

Issue 149413008: QUIC - Start the process for reading crypto config data from disk cache (Closed)

Created:
6 years, 10 months ago by ramant (doing other things)
Modified:
6 years, 10 months ago
Reviewers:
wtc
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

QUIC - Start the process for reading crypto config data from disk cache as early as possible (even before host resokution has started). Create QuicServerInfo in QuicStreamFactory and pass the ownership to QuicCryptoClientConfig::CachedState. This is a parital release. Will be hooking up persisting and reading of the data (including waiting for the disk read to finish) in the next release. R=wtc@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248905

Patch Set 1 #

Total comments: 10

Patch Set 2 : fixed wtc's comments #

Total comments: 11

Patch Set 3 : Fixed wtc's comments for patch set 2 #

Total comments: 8

Patch Set 4 : fixed wtc's comments for Patch Set 3 #

Patch Set 5 : Merging with TOT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -33 lines) Patch
M net/quic/crypto/quic_crypto_client_config.h View 1 2 3 4 chunks +11 lines, -8 lines 0 comments Download
M net/quic/crypto/quic_crypto_client_config.cc View 1 2 3 4 chunks +24 lines, -24 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 2 3 4 2 chunks +13 lines, -1 line 0 comments Download

Messages

Total messages: 12 (0 generated)
ramant (doing other things)
6 years, 10 months ago (2014-01-30 00:04:42 UTC) #1
wtc
Patch set 1: thanks for the CL. The changes to quic_stream_factory.{h,cc} still need work. https://codereview.chromium.org/149413008/diff/1/net/quic/crypto/quic_crypto_client_config.h ...
6 years, 10 months ago (2014-01-30 20:14:26 UTC) #2
ramant (doing other things)
Hi Wan-Teh, Changed the code/API slightly. Will upload the other CL that reads/writes data to ...
6 years, 10 months ago (2014-02-02 19:35:09 UTC) #3
wtc
Patch set 2 LGTM. Please review the CL's description and make sure it describes the ...
6 years, 10 months ago (2014-02-04 01:37:02 UTC) #4
ramant (doing other things)
Hi Wan-Teh, Updated the comments and changed |CreateCachedState| to |Create| (ala LookuoOrCreate). PTAL. thanks. https://codereview.chromium.org/149413008/diff/20001/net/quic/crypto/quic_crypto_client_config.cc ...
6 years, 10 months ago (2014-02-04 19:23:53 UTC) #5
wtc
Patch set 3 LGTM. Thanks. https://codereview.chromium.org/149413008/diff/100001/net/quic/crypto/quic_crypto_client_config.cc File net/quic/crypto/quic_crypto_client_config.cc (right): https://codereview.chromium.org/149413008/diff/100001/net/quic/crypto/quic_crypto_client_config.cc#newcode237 net/quic/crypto/quic_crypto_client_config.cc:237: DCHECK(cached_states_.find(server_hostname) == cached_states_.end()); This ...
6 years, 10 months ago (2014-02-05 00:03:24 UTC) #6
ramant (doing other things)
https://codereview.chromium.org/149413008/diff/100001/net/quic/crypto/quic_crypto_client_config.cc File net/quic/crypto/quic_crypto_client_config.cc (right): https://codereview.chromium.org/149413008/diff/100001/net/quic/crypto/quic_crypto_client_config.cc#newcode237 net/quic/crypto/quic_crypto_client_config.cc:237: DCHECK(cached_states_.find(server_hostname) == cached_states_.end()); On 2014/02/05 00:03:25, wtc wrote: > ...
6 years, 10 months ago (2014-02-05 00:40:38 UTC) #7
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 10 months ago (2014-02-05 00:40:59 UTC) #8
ramant (doing other things)
The CQ bit was unchecked by rtenneti@chromium.org
6 years, 10 months ago (2014-02-05 00:41:04 UTC) #9
ramant (doing other things)
The CQ bit was checked by rtenneti@chromium.org
6 years, 10 months ago (2014-02-05 02:42:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rtenneti@chromium.org/149413008/240001
6 years, 10 months ago (2014-02-05 03:51:50 UTC) #11
commit-bot: I haz the power
6 years, 10 months ago (2014-02-05 07:38:38 UTC) #12
Message was sent while issue was closed.
Change committed as 248905

Powered by Google App Engine
This is Rietveld 408576698