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

Issue 1796253002: Add an option to disable net::BidirectionalStreamQuicImpl (Closed)

Created:
4 years, 9 months ago by xunjieli
Modified:
4 years, 9 months ago
Reviewers:
mef, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, kallasjoki, mdumitrescu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an option to disable net::BidirectionalStreamQuicImpl This CL adds an option to disable net::BidirectionalStreamQuicImpl in net::HttpNetworkSession. When the flag is set to true, alternative service job will not be negotiated. BUG=584338 Committed: https://crrev.com/888c2992e286221aaf7bac8b08c8b8a0399d06bc Cr-Commit-Position: refs/heads/master@{#382084}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Address Misha's comments #

Total comments: 7

Patch Set 3 : Address Ryan's comments #

Total comments: 2

Patch Set 4 : Address Ryan's comments #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -5 lines) Patch
M components/cronet/url_request_context_config.cc View 1 2 3 4 2 chunks +9 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/http/http_stream_factory_impl.cc View 1 2 3 4 5 4 chunks +10 lines, -4 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 3 4 5 3 chunks +134 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder.h View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (10 generated)
xunjieli
PTAL. I added unit tests in net/ layer. For cronet layer, since the integration tests ...
4 years, 9 months ago (2016-03-14 17:24:31 UTC) #5
mef
looks reasonable to me. https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h File net/http/http_network_session.h (right): https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h#newcode188 net/http/http_network_session.h:188: // If false, net::BidirectionalStreamQuicImpl will ...
4 years, 9 months ago (2016-03-15 19:51:10 UTC) #7
xunjieli
https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h File net/http/http_network_session.h (right): https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h#newcode188 net/http/http_network_session.h:188: // If false, net::BidirectionalStreamQuicImpl will not be used when ...
4 years, 9 months ago (2016-03-15 20:15:20 UTC) #8
Ryan Hamilton
https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h File net/http/http_network_session.h (right): https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h#newcode188 net/http/http_network_session.h:188: // If false, net::BidirectionalStreamQuicImpl will not be used when ...
4 years, 9 months ago (2016-03-15 22:41:45 UTC) #9
xunjieli
Thanks a lot for the review. PTAL. https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h File net/http/http_network_session.h (right): https://codereview.chromium.org/1796253002/diff/40001/net/http/http_network_session.h#newcode188 net/http/http_network_session.h:188: // If ...
4 years, 9 months ago (2016-03-16 15:47:04 UTC) #10
Ryan Hamilton
LGTM, modulo a rename I should have caught the first time. Sorry! https://codereview.chromium.org/1796253002/diff/60001/net/http/http_stream_factory_impl_unittest.cc File net/http/http_stream_factory_impl_unittest.cc ...
4 years, 9 months ago (2016-03-16 20:33:55 UTC) #11
xunjieli
Thanks for the review. https://codereview.chromium.org/1796253002/diff/60001/net/http/http_stream_factory_impl_unittest.cc File net/http/http_stream_factory_impl_unittest.cc (right): https://codereview.chromium.org/1796253002/diff/60001/net/http/http_stream_factory_impl_unittest.cc#newcode1697 net/http/http_stream_factory_impl_unittest.cc:1697: Initialize(/*disable_bidirectional_stream_quic_impl=*/true); On 2016/03/16 20:33:55, Ryan ...
4 years, 9 months ago (2016-03-16 20:45:02 UTC) #12
Ryan Hamilton
https://codereview.chromium.org/1796253002/diff/60001/net/http/http_stream_factory_impl_unittest.cc File net/http/http_stream_factory_impl_unittest.cc (right): https://codereview.chromium.org/1796253002/diff/60001/net/http/http_stream_factory_impl_unittest.cc#newcode1697 net/http/http_stream_factory_impl_unittest.cc:1697: Initialize(/*disable_bidirectional_stream_quic_impl=*/true); On 2016/03/16 20:45:01, xunjieli wrote: > On 2016/03/16 ...
4 years, 9 months ago (2016-03-16 20:47:10 UTC) #13
xunjieli
Thanks! https://codereview.chromium.org/1796253002/diff/100001/net/http/http_network_session.h File net/http/http_network_session.h (right): https://codereview.chromium.org/1796253002/diff/100001/net/http/http_network_session.h#newcode189 net/http/http_network_session.h:189: bool quic_disable_bidirectional_stream; On 2016/03/16 20:47:10, Ryan Hamilton wrote: ...
4 years, 9 months ago (2016-03-16 20:57:27 UTC) #14
Ryan Hamilton
lgtm!
4 years, 9 months ago (2016-03-16 21:20:38 UTC) #15
mef
lgtm
4 years, 9 months ago (2016-03-18 15:24:28 UTC) #16
mef
On 2016/03/18 15:24:28, mef wrote: > lgtm Oh, mod typo in description: net::BidirectionalStreamQuicImp
4 years, 9 months ago (2016-03-18 15:25:26 UTC) #17
mef
On 2016/03/18 15:24:28, mef wrote: > lgtm Oh, mod typo in description: net::BidirectionalStreamQuicImp
4 years, 9 months ago (2016-03-18 15:25:28 UTC) #18
xunjieli
On 2016/03/18 15:25:28, mef wrote: > On 2016/03/18 15:24:28, mef wrote: > > lgtm > ...
4 years, 9 months ago (2016-03-18 15:26:54 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1796253002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1796253002/140001
4 years, 9 months ago (2016-03-18 18:37:41 UTC) #23
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 9 months ago (2016-03-18 21:05:18 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-18 21:06:32 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/888c2992e286221aaf7bac8b08c8b8a0399d06bc
Cr-Commit-Position: refs/heads/master@{#382084}

Powered by Google App Engine
This is Rietveld 408576698