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

Issue 1871783002: Remove the Data Reduction Proxy TLS experiment code (Closed)

Created:
4 years, 8 months ago by megjablon
Modified:
4 years, 8 months ago
Reviewers:
Yaron, tbansal1
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the Data Reduction Proxy TLS experiment code Chrome used to support an experiment to tunnel TLS traffic through the Data Reduction Proxy using HTTP CONNECT. The experiment is over so this code is no longer needed. BUG=593068 Committed: https://crrev.com/842e143a1a344bc4865d7ae85a300d0dba45a267 Cr-Commit-Position: refs/heads/master@{#387162}

Patch Set 1 : #

Patch Set 2 : tests #

Total comments: 6

Patch Set 3 : tbansal comments #

Total comments: 4

Patch Set 4 : remove includes #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -622 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/net/spdyproxy/DataReductionProxySettings.java View 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc View 2 chunks +0 lines, -13 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 3 4 3 chunks +5 lines, -10 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 2 3 4 5 chunks +6 lines, -36 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc View 1 2 3 4 12 chunks +0 lines, -14 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 2 3 4 11 chunks +113 lines, -210 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h View 1 chunk +1 line, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc View 1 2 3 chunks +2 lines, -17 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.h View 1 3 chunks +1 line, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_test_utils.cc View 1 1 chunk +1 line, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator_unittest.cc View 1 2 3 4 3 chunks +22 lines, -51 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc View 1 2 3 4 3 chunks +0 lines, -12 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h View 2 chunks +1 line, -18 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc View 2 chunks +6 lines, -22 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc View 1 2 3 4 1 chunk +0 lines, -15 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h View 1 2 3 2 chunks +0 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc View 1 2 3 4 3 chunks +2 lines, -9 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store_unittest.cc View 1 2 3 4 3 chunks +4 lines, -14 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 4 chunks +5 lines, -19 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 3 4 7 chunks +2 lines, -29 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h View 1 3 chunks +0 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc View 1 4 chunks +0 lines, -15 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc View 1 6 chunks +0 lines, -17 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
megjablon
PTAL thanks!
4 years, 8 months ago (2016-04-12 00:33:38 UTC) #4
tbansal1
This patch looks good. It might also be easier to just grep for case-insensitive occurrences ...
4 years, 8 months ago (2016-04-12 05:16:31 UTC) #5
megjablon
A grep for "proxies_for_https" was useful. I left one case which checks in the configuration ...
4 years, 8 months ago (2016-04-12 21:02:37 UTC) #6
tbansal1
lgtm % two minor nits. Thanks for cleaning this up!! https://chromiumcodereview.appspot.com/1871783002/diff/60001/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h File components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h (right): https://chromiumcodereview.appspot.com/1871783002/diff/60001/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h#newcode13 ...
4 years, 8 months ago (2016-04-12 21:43:15 UTC) #7
megjablon
Thanks for catching those! https://chromiumcodereview.appspot.com/1871783002/diff/60001/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h File components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h (right): https://chromiumcodereview.appspot.com/1871783002/diff/60001/components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h#newcode13 components/data_reduction_proxy/core/common/data_reduction_proxy_config_values.h:13: class HostPortPair; On 2016/04/12 21:43:15, ...
4 years, 8 months ago (2016-04-12 21:58:18 UTC) #8
megjablon
newt: Please review changes in DataReductionProxySettings.java
4 years, 8 months ago (2016-04-12 21:58:41 UTC) #10
megjablon
Moving to yfriedman yfriedman: Please review changes in DataReductionProxySettings.java
4 years, 8 months ago (2016-04-12 22:00:25 UTC) #13
Yaron
lgtm
4 years, 8 months ago (2016-04-12 23:02:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871783002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871783002/80001
4 years, 8 months ago (2016-04-12 23:04:38 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/203997)
4 years, 8 months ago (2016-04-13 00:00:28 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1871783002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1871783002/100001
4 years, 8 months ago (2016-04-13 23:18:39 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 8 months ago (2016-04-14 00:08:41 UTC) #24
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 00:10:01 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/842e143a1a344bc4865d7ae85a300d0dba45a267
Cr-Commit-Position: refs/heads/master@{#387162}

Powered by Google App Engine
This is Rietveld 408576698