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

Issue 2129263002: Revert "Revert of QUIC - Race Cert Verification with host resolution if (Closed)

Created:
4 years, 5 months ago by ramant (doing other things)
Modified:
4 years, 5 months ago
Reviewers:
eroman, mef, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, arv+watch_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert "Revert of QUIC - Race Cert Verification with host resolution if certs are (patchset #4 id:100001 of https://codereview.chromium.org/2120703003/ )" This reverts commit 379ab0ffcbdfe9012f972a44ca42cb84b9789fa1. CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Reason for revert: Relanding with a minor fix to cronet unit tests. Original issue's description: > QUIC - Race Cert Verification with host resolution if certs are > availiable when race_cert_verification network session param is enabled. > > This experiment is not enabled in chromium. > CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation > > R=eroman@chromium.org, mef@chromium.org, rch@chromium.org, > TBR=eroman@chromium.org (for net-internals changes) > > Committed: https://crrev.com/61f8d17a6a2ee893f42f62164a81026c56186c1d > Cr-Commit-Position: refs/heads/master@{#404296} TBR=eroman@chromium.org,mef@chromium.org,rch@chromium.org,rtenneti@chromium.org

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix cronet unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+515 lines, -60 lines) Patch
M chrome/browser/resources/net_internals/quic_view.html View 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java View 1 chunk +2 lines, -1 line 0 comments Download
M components/cronet/url_request_context_config.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M components/cronet/url_request_context_config_unittest.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M components/network_session_configurator/network_session_configurator.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M components/network_session_configurator/network_session_configurator_unittest.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/http/http_network_session.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M net/quic/crypto/proof_verifier.h View 1 chunk +20 lines, -0 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium.h View 1 chunk +7 lines, -0 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium.cc View 8 chunks +124 lines, -22 lines 0 comments Download
M net/quic/crypto/proof_verifier_chromium_test.cc View 1 chunk +29 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.h View 1 7 chunks +18 lines, -0 lines 0 comments Download
M net/quic/quic_stream_factory.cc View 1 21 chunks +138 lines, -30 lines 0 comments Download
M net/quic/quic_stream_factory_test.cc View 1 5 chunks +68 lines, -4 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.h View 1 3 chunks +14 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.cc View 1 4 chunks +36 lines, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder.h View 2 chunks +6 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 2 chunks +4 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 18 (11 generated)
ramant (doing other things)
4 years, 5 months ago (2016-07-08 18:30:59 UTC) #8
mef
https://codereview.chromium.org/2129263002/diff/1/components/cronet/url_request_context_config_unittest.cc File components/cronet/url_request_context_config_unittest.cc (right): https://codereview.chromium.org/2129263002/diff/1/components/cronet/url_request_context_config_unittest.cc#newcode50 components/cronet/url_request_context_config_unittest.cc:50: "\"race_cert_verification\":true," Hrm, I think this should still fail, right?
4 years, 5 months ago (2016-07-08 19:18:37 UTC) #9
ramant (doing other things)
Thanks Misha fixed cronet test failure. https://codereview.chromium.org/2129263002/diff/1/components/cronet/url_request_context_config_unittest.cc File components/cronet/url_request_context_config_unittest.cc (right): https://codereview.chromium.org/2129263002/diff/1/components/cronet/url_request_context_config_unittest.cc#newcode50 components/cronet/url_request_context_config_unittest.cc:50: "\"race_cert_verification\":true," On 2016/07/08 ...
4 years, 5 months ago (2016-07-08 21:10:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2129263002/20001
4 years, 5 months ago (2016-07-08 21:12:35 UTC) #14
mef
I assume that net/quic/* changes are result of sync, right? Also, would it make sense ...
4 years, 5 months ago (2016-07-08 22:06:55 UTC) #15
ramant (doing other things)
On 2016/07/08 22:06:55, mef wrote: > I assume that net/quic/* changes are result of sync, ...
4 years, 5 months ago (2016-07-08 22:13:41 UTC) #17
ramant (doing other things)
4 years, 5 months ago (2016-07-09 00:29:30 UTC) #18
Message was sent while issue was closed.
Closed this issued. Submitting the original CL:
https://codereview.chromium.org/2120703003/

Powered by Google App Engine
This is Rietveld 408576698