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

Issue 2318053004: Remove obsolete QUIC disabling code. (Closed)

Created:
4 years, 3 months ago by Ryan Hamilton
Modified:
4 years, 3 months ago
Reviewers:
ianswett, eroman, Buck, xunjieli
CC:
chromium-reviews, cbentzel+watch_chromium.org, eroman, arv+watch_chromium.org, mmenke
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove obsolete QUIC disabling code. No longer disable QUIC based on public resets post handshake or packet loss during the handshake. Also remove the "k of n" tracking and per-port disablement. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/1c1aa05eaa6b2a04c51e175ed76b5c6f810ff0aa Committed: https://crrev.com/703d0e023465c06a8309c24aa9f0713ee53a1482 Cr-Original-Commit-Position: refs/heads/master@{#417677} Cr-Commit-Position: refs/heads/master@{#418309}

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Cleanup #

Total comments: 2

Patch Set 4 : fix #

Total comments: 4

Patch Set 5 : cronet! #

Patch Set 6 : more cronet #

Total comments: 4

Patch Set 7 : even more cronet #

Patch Set 8 : url_request_context_builder #

Patch Set 9 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -1452 lines) Patch
M chrome/browser/resources/net_internals/quic_view.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M components/cronet/url_request_context_config.cc View 1 2 3 4 5 6 2 chunks +0 lines, -17 lines 0 comments Download
M components/cronet/url_request_context_config_unittest.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
M components/network_session_configurator/network_session_configurator.cc View 1 2 chunks +0 lines, -30 lines 0 comments Download
M components/network_session_configurator/network_session_configurator_unittest.cc View 1 2 chunks +0 lines, -26 lines 0 comments Download
M net/http/http_network_session.h View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -9 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 3 4 5 6 7 8 6 chunks +1 line, -20 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -4 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -6 lines 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 chunk +0 lines, -64 lines 0 comments Download
M net/log/bounded_file_net_log_observer_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +1 line, -6 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_session.h View 1 2 3 4 5 6 7 8 3 chunks +0 lines, -15 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_session.cc View 1 2 3 4 5 6 7 8 4 chunks +1 line, -6 lines 0 comments Download
M net/quic/chromium/quic_stream_factory.h View 1 2 3 4 5 6 7 8 6 chunks +8 lines, -56 lines 0 comments Download
M net/quic/chromium/quic_stream_factory.cc View 1 2 3 4 5 6 7 8 8 chunks +11 lines, -184 lines 0 comments Download
M net/quic/chromium/quic_stream_factory_test.cc View 1 2 3 4 5 6 7 8 9 chunks +27 lines, -954 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.h View 2 chunks +1 line, -8 lines 0 comments Download
M net/quic/test_tools/quic_stream_factory_peer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -19 lines 0 comments Download
M net/url_request/url_request_context_builder.h View 1 2 3 4 5 6 7 2 chunks +0 lines, -13 lines 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -6 lines 0 comments Download

Messages

Total messages: 45 (16 generated)
Ryan Hamilton
Cleanup
4 years, 3 months ago (2016-09-07 22:28:01 UTC) #3
Ryan Hamilton
Cleanup
4 years, 3 months ago (2016-09-07 22:28:50 UTC) #4
Ryan Hamilton
eroman: chrome/browser/resources/net_internals/quic_view.html ckrasic: PTAL ianswett: FYI
4 years, 3 months ago (2016-09-07 22:29:56 UTC) #6
Buck
lgtm https://codereview.chromium.org/2318053004/diff/40001/net/quic/chromium/quic_connection_logger.h File net/quic/chromium/quic_connection_logger.h (left): https://codereview.chromium.org/2318053004/diff/40001/net/quic/chromium/quic_connection_logger.h#oldcode87 net/quic/chromium/quic_connection_logger.h:87: // Returns connection's overall packet loss rate in ...
4 years, 3 months ago (2016-09-07 22:54:16 UTC) #7
Ryan Hamilton
https://codereview.chromium.org/2318053004/diff/40001/net/quic/chromium/quic_connection_logger.h File net/quic/chromium/quic_connection_logger.h (left): https://codereview.chromium.org/2318053004/diff/40001/net/quic/chromium/quic_connection_logger.h#oldcode87 net/quic/chromium/quic_connection_logger.h:87: // Returns connection's overall packet loss rate in fraction. ...
4 years, 3 months ago (2016-09-07 23:02:37 UTC) #8
ianswett
Thanks for the cleanup. One question on the enum. https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h File net/quic/chromium/quic_chromium_client_session.h (left): https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h#oldcode65 net/quic/chromium/quic_chromium_client_session.h:65: ...
4 years, 3 months ago (2016-09-08 19:37:02 UTC) #9
Ryan Hamilton
https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h File net/quic/chromium/quic_chromium_client_session.h (left): https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h#oldcode65 net/quic/chromium/quic_chromium_client_session.h:65: enum QuicDisabledReason { On 2016/09/08 19:37:02, ianswett wrote: > ...
4 years, 3 months ago (2016-09-08 19:42:02 UTC) #10
ianswett
On 2016/09/08 19:42:02, Ryan Hamilton wrote: > https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h > File net/quic/chromium/quic_chromium_client_session.h (left): > > https://codereview.chromium.org/2318053004/diff/60001/net/quic/chromium/quic_chromium_client_session.h#oldcode65 ...
4 years, 3 months ago (2016-09-08 19:44:43 UTC) #11
ianswett
lgtm
4 years, 3 months ago (2016-09-08 19:45:11 UTC) #12
eroman
lgtm
4 years, 3 months ago (2016-09-09 18:33:07 UTC) #13
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/2318053004/60001
4 years, 3 months ago (2016-09-09 18:43:46 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-09 20:03:34 UTC) #18
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/1c1aa05eaa6b2a04c51e175ed76b5c6f810ff0aa Cr-Commit-Position: refs/heads/master@{#417677}
4 years, 3 months ago (2016-09-09 20:04:52 UTC) #20
dmurph
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2327923002/ by dmurph@chromium.org. ...
4 years, 3 months ago (2016-09-09 20:36:09 UTC) #21
the real yoland
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2320313003/ by yolandyan@chromium.org. ...
4 years, 3 months ago (2016-09-09 20:40:32 UTC) #22
findit-for-me
FYI: Findit try jobs (rerunning failed compile or tests) identified this CL at revision 417677 ...
4 years, 3 months ago (2016-09-09 21:23:29 UTC) #23
Ryan Hamilton
xunjieli: components/cronet/, please
4 years, 3 months ago (2016-09-12 16:38:46 UTC) #26
xunjieli
There might be some left in the other two Cronet files. (1) Could you remove ...
4 years, 3 months ago (2016-09-12 16:43:00 UTC) #27
Ryan Hamilton
On 2016/09/12 16:43:00, xunjieli wrote: > There might be some left in the other two ...
4 years, 3 months ago (2016-09-12 16:59:49 UTC) #28
xunjieli
LGTM mod one comment below. https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc File components/cronet/url_request_context_config.cc (right): https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc#newcode157 components/cronet/url_request_context_config.cc:157: } line 145 - ...
4 years, 3 months ago (2016-09-12 17:14:46 UTC) #29
xunjieli
https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc File components/cronet/url_request_context_config.cc (right): https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc#newcode157 components/cronet/url_request_context_config.cc:157: } On 2016/09/12 17:14:46, xunjieli wrote: > line 145 ...
4 years, 3 months ago (2016-09-12 17:17:44 UTC) #30
Ryan Hamilton
https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc File components/cronet/url_request_context_config.cc (right): https://codereview.chromium.org/2318053004/diff/100001/components/cronet/url_request_context_config.cc#newcode157 components/cronet/url_request_context_config.cc:157: } On 2016/09/12 17:17:43, xunjieli wrote: > On 2016/09/12 ...
4 years, 3 months ago (2016-09-12 17:49:27 UTC) #33
xunjieli
LGTM! Thanks
4 years, 3 months ago (2016-09-12 17:51:44 UTC) #34
Ryan Hamilton
On 2016/09/12 17:51:44, xunjieli wrote: > LGTM! Thanks Do you happen to know how I ...
4 years, 3 months ago (2016-09-13 04:18:07 UTC) #36
xunjieli
On 2016/09/13 04:18:07, Ryan Hamilton wrote: > On 2016/09/12 17:51:44, xunjieli wrote: > > LGTM! ...
4 years, 3 months ago (2016-09-13 13:48:59 UTC) #37
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/2318053004/160001
4 years, 3 months ago (2016-09-13 17:22:20 UTC) #40
Ryan Hamilton
On 2016/09/13 13:48:59, xunjieli wrote: > On 2016/09/13 04:18:07, Ryan Hamilton wrote: > > On ...
4 years, 3 months ago (2016-09-13 17:22:38 UTC) #41
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 3 months ago (2016-09-13 18:35:58 UTC) #43
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 18:38:43 UTC) #45
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/703d0e023465c06a8309c24aa9f0713ee53a1482
Cr-Commit-Position: refs/heads/master@{#418309}

Powered by Google App Engine
This is Rietveld 408576698