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

Issue 791493015: Adding q=low to the Chrome-Proxy request header (Closed)

Created:
5 years, 11 months ago by megjablon
Modified:
5 years, 10 months ago
CC:
chromium-reviews, Pat Meenan
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding q=low to the Chrome-Proxy request header and renaming DataReductionProxyAuthRequestHandler to DataReductionProxyRequestOptions BUG=449665 Committed: https://crrev.com/8fbff4fad29b9e2408c634e178386d456acf6467 Cr-Commit-Position: refs/heads/master@{#315000}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Renamed DRPAuthRequestHandler and addressed comments #

Patch Set 3 : Rebase #

Total comments: 26

Patch Set 4 : Addressed bengr comments #

Total comments: 4

Patch Set 5 : Addressed comments and rebased #

Patch Set 6 : Adding flag to histograms.xml #

Patch Set 7 : Rebase #

Patch Set 8 : Rebase #

Patch Set 9 : Rebase test fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+697 lines, -860 lines) Patch
M android_webview/browser/net/aw_url_request_context_getter.h View 1 2 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M android_webview/native/aw_contents_statics.cc View 1 2 3 4 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 2 chunks +1 line, -1 line 0 comments Download
M components/data_reduction_proxy.gypi View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/BUILD.gn View 1 2 3 4 5 4 chunks +3 lines, -3 lines 0 comments Download
D components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -173 lines 0 comments Download
D components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -250 lines 0 comments Download
D components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -322 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc View 1 2 3 4 5 6 7 5 chunks +7 lines, -7 lines 0 comments Download
A + components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h View 1 2 3 4 5 6 7 8 chunks +43 lines, -21 lines 0 comments Download
A + components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc View 1 2 3 4 5 6 7 11 chunks +83 lines, -37 lines 0 comments Download
A components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +478 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 50 (26 generated)
megjablon
5 years, 11 months ago (2015-01-16 23:30:56 UTC) #5
bengr
https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd#newcode6384 chrome/app/generated_resources.grd:6384: + Enable or disable using Data Reduction Proxy lo-fi. ...
5 years, 11 months ago (2015-01-17 01:06:17 UTC) #6
megjablon
https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd#newcode6384 chrome/app/generated_resources.grd:6384: + Enable or disable using Data Reduction Proxy lo-fi. ...
5 years, 11 months ago (2015-01-24 01:48:59 UTC) #9
megjablon
On 2015/01/24 01:48:59, megjablon wrote: > https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > https://codereview.chromium.org/791493015/diff/60001/chrome/app/generated_resources.grd#newcode6384 > ...
5 years, 11 months ago (2015-01-27 00:10:32 UTC) #12
bengr
https://codereview.chromium.org/791493015/diff/180001/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc File chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc (right): https://codereview.chromium.org/791493015/diff/180001/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc#newcode88 chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc:88: Client DataReductionProxyChromeSettings::GetClient() { This requires the #include you removed, ...
5 years, 11 months ago (2015-01-27 18:55:01 UTC) #13
megjablon
sgurun@chromium.org: android_webview/* https://codereview.chromium.org/791493015/diff/180001/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc File chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc (right): https://codereview.chromium.org/791493015/diff/180001/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc#newcode88 chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc:88: Client DataReductionProxyChromeSettings::GetClient() { On 2015/01/27 18:54:59, bengr ...
5 years, 11 months ago (2015-01-27 23:44:13 UTC) #15
sgurun-gerrit only
On 2015/01/27 23:44:13, megjablon wrote: > mailto:sgurun@chromium.org: android_webview/* > > https://codereview.chromium.org/791493015/diff/180001/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc > File chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc > ...
5 years, 11 months ago (2015-01-27 23:51:14 UTC) #16
sgurun-gerrit only
https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc File android_webview/native/aw_contents_statics.cc (right): https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc#newcode24 android_webview/native/aw_contents_statics.cc:24: using data_reduction_proxy::DataReductionProxyRequestOptions; do we need this anymore?
5 years, 11 months ago (2015-01-27 23:51:51 UTC) #17
bengr
lgtm https://codereview.chromium.org/791493015/diff/200001/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc (right): https://codereview.chromium.org/791493015/diff/200001/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc#newcode46 components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc:46: const std::string kSession = "ps"; Ideally this wouldn't ...
5 years, 10 months ago (2015-01-30 18:08:13 UTC) #18
megjablon
https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc File android_webview/native/aw_contents_statics.cc (right): https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc#newcode24 android_webview/native/aw_contents_statics.cc:24: using data_reduction_proxy::DataReductionProxyRequestOptions; On 2015/01/27 23:51:51, sgurun wrote: > do ...
5 years, 10 months ago (2015-01-31 00:44:32 UTC) #20
bengr
On 2015/01/31 00:44:32, megjablon wrote: > https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc > File android_webview/native/aw_contents_statics.cc (right): > > https://codereview.chromium.org/791493015/diff/200001/android_webview/native/aw_contents_statics.cc#newcode24 > ...
5 years, 10 months ago (2015-02-03 23:05:10 UTC) #22
sgurun-gerrit only
megjablon: I don't think you responded to my comment above, maybe I missed it, so ...
5 years, 10 months ago (2015-02-03 23:08:18 UTC) #23
megjablon
On 2015/02/03 23:08:18, sgurun wrote: > megjablon: I don't think you responded to my comment ...
5 years, 10 months ago (2015-02-04 00:09:13 UTC) #24
sgurun-gerrit only
On 2015/02/04 00:09:13, megjablon wrote: > On 2015/02/03 23:08:18, sgurun wrote: > > megjablon: I ...
5 years, 10 months ago (2015-02-04 01:00:22 UTC) #25
megjablon
On 2015/02/04 01:00:22, sgurun wrote: > On 2015/02/04 00:09:13, megjablon wrote: > > On 2015/02/03 ...
5 years, 10 months ago (2015-02-04 02:13:56 UTC) #26
sgurun-gerrit only
On 2015/02/04 02:13:56, megjablon wrote: > On 2015/02/04 01:00:22, sgurun wrote: > > On 2015/02/04 ...
5 years, 10 months ago (2015-02-04 02:16:44 UTC) #27
megjablon
asvitkine: histograms.xml
5 years, 10 months ago (2015-02-05 05:27:47 UTC) #32
Alexei Svitkine (slow)
lgtm
5 years, 10 months ago (2015-02-05 17:12:43 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/791493015/300001
5 years, 10 months ago (2015-02-05 18:41:33 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/40743)
5 years, 10 months ago (2015-02-05 18:48:09 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/791493015/440001
5 years, 10 months ago (2015-02-06 07:56:07 UTC) #44
commit-bot: I haz the power
Committed patchset #10 (id:440001)
5 years, 10 months ago (2015-02-06 08:06:15 UTC) #45
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/8fbff4fad29b9e2408c634e178386d456acf6467 Cr-Commit-Position: refs/heads/master@{#315000}
5 years, 10 months ago (2015-02-06 08:07:48 UTC) #46
apavlov
5 years, 10 months ago (2015-02-06 14:40:12 UTC) #48
Message was sent while issue was closed.
Speculatively reverted as
https://crrev.com/adb1d7096d2c2da9a5843edc718378663587ef91
(https://codereview.chromium.org/903073003/) due to multiple browser_tests
failures.

Powered by Google App Engine
This is Rietveld 408576698