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

Issue 1345523005: Added command line flag to override list of proxies from Data Saver API (Closed)

Created:
5 years, 3 months ago by sclittle
Modified:
5 years, 2 months ago
Reviewers:
bengr
CC:
chromium-reviews, bustamante
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added command line flag to override list of proxies from Data Saver API This allows users and integration tests to use the Data Saver API, but override the list of Data Reduction Proxies to use for HTTP proxies with a custom list. BUG=526827 Committed: https://crrev.com/49d43be4e60c434ae42e87a69f5aabdf5ccbddd4 Cr-Commit-Position: refs/heads/master@{#351172}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Rebased on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -12 lines) Patch
M components/components_tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.h View 1 chunk +5 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc View 1 3 chunks +18 lines, -1 line 0 comments Download
A components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc View 1 1 chunk +93 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 6 chunks +33 lines, -11 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (7 generated)
sclittle
PTAL
5 years, 3 months ago (2015-09-15 19:52:10 UTC) #2
bengr
https://codereview.chromium.org/1345523005/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc (right): https://codereview.chromium.org/1345523005/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc#newcode45 components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc:45: override_proxies_for_http_.push_back(net::ProxyServer::FromURI( What happens if the string is not a ...
5 years, 3 months ago (2015-09-17 17:27:34 UTC) #3
sclittle
https://codereview.chromium.org/1345523005/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc (right): https://codereview.chromium.org/1345523005/diff/1/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc#newcode45 components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values.cc:45: override_proxies_for_http_.push_back(net::ProxyServer::FromURI( On 2015/09/17 17:27:33, bengr wrote: > What happens ...
5 years, 3 months ago (2015-09-22 19:01:59 UTC) #4
bengr
LGTM, with question. https://codereview.chromium.org/1345523005/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/1345523005/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#newcode226 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:226: return true; What happens if none ...
5 years, 2 months ago (2015-09-28 16:15:54 UTC) #5
sclittle
https://codereview.chromium.org/1345523005/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc File components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/1345523005/diff/20001/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc#newcode226 components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc:226: return true; On 2015/09/28 16:15:54, bengr wrote: > What ...
5 years, 2 months ago (2015-09-28 19:54:59 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1345523005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1345523005/20001
5 years, 2 months ago (2015-09-28 19:57:01 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/119418) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-09-28 20:13:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1345523005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1345523005/40001
5 years, 2 months ago (2015-09-28 20:15:55 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/119426)
5 years, 2 months ago (2015-09-28 20:33:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1345523005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1345523005/40001
5 years, 2 months ago (2015-09-28 21:43:26 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-09-28 22:36:41 UTC) #18
commit-bot: I haz the power
5 years, 2 months ago (2015-09-28 22:37:27 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/49d43be4e60c434ae42e87a69f5aabdf5ccbddd4
Cr-Commit-Position: refs/heads/master@{#351172}

Powered by Google App Engine
This is Rietveld 408576698