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

Issue 467823002: Added support for 'Chrome-Proxy: block-once' header (Closed)

Created:
6 years, 4 months ago by sclittle
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Added support for 'Chrome-Proxy: block-once' header Added support for a new instruction 'block-once' that, when present in the 'Chrome-Proxy' HTTP response header, causes data reduction proxies to be bypassed when retrying the current request (if it's idempotent), but does not cause data reduction proxies to be bypassed for future requests. BUG=325328 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289469

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Patch Set 3 : rebased on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -13 lines) Patch
M components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc View 2 chunks +127 lines, -1 line 0 comments Download
M components/data_reduction_proxy/common/data_reduction_proxy_headers.h View 2 chunks +8 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/common/data_reduction_proxy_headers.cc View 1 2 5 chunks +31 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc View 20 chunks +106 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
sclittle
bengr, marq: * Thanks in advance!
6 years, 4 months ago (2014-08-12 20:21:17 UTC) #1
bengr
https://codereview.chromium.org/467823002/diff/1/components/data_reduction_proxy/common/data_reduction_proxy_headers.cc File components/data_reduction_proxy/common/data_reduction_proxy_headers.cc (right): https://codereview.chromium.org/467823002/diff/1/components/data_reduction_proxy/common/data_reduction_proxy_headers.cc#newcode148 components/data_reduction_proxy/common/data_reduction_proxy_headers.cc:148: if (headers->HasHeaderValue(kChromeProxyHeader, If we believe that this will become ...
6 years, 4 months ago (2014-08-12 20:57:11 UTC) #2
sclittle
https://codereview.chromium.org/467823002/diff/1/components/data_reduction_proxy/common/data_reduction_proxy_headers.cc File components/data_reduction_proxy/common/data_reduction_proxy_headers.cc (right): https://codereview.chromium.org/467823002/diff/1/components/data_reduction_proxy/common/data_reduction_proxy_headers.cc#newcode148 components/data_reduction_proxy/common/data_reduction_proxy_headers.cc:148: if (headers->HasHeaderValue(kChromeProxyHeader, On 2014/08/12 20:57:10, bengr1 wrote: > If ...
6 years, 4 months ago (2014-08-12 21:24:44 UTC) #3
sclittle
Ping?
6 years, 4 months ago (2014-08-13 16:38:47 UTC) #4
bengr
On 2014/08/13 16:38:47, sclittle wrote: > Ping? lgtm
6 years, 4 months ago (2014-08-13 16:40:36 UTC) #5
sclittle
The CQ bit was checked by sclittle@chromium.org
6 years, 4 months ago (2014-08-13 17:09:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sclittle@chromium.org/467823002/40001
6 years, 4 months ago (2014-08-13 17:11:11 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-13 23:14:07 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-14 01:00:22 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_triggered_tests on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_triggered_tests/builds/5489)
6 years, 4 months ago (2014-08-14 01:00:23 UTC) #10
sclittle
The CQ bit was unchecked by sclittle@chromium.org
6 years, 4 months ago (2014-08-14 01:21:21 UTC) #11
sclittle
The CQ bit was checked by sclittle@chromium.org
6 years, 4 months ago (2014-08-14 01:21:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sclittle@chromium.org/467823002/40001
6 years, 4 months ago (2014-08-14 01:24:40 UTC) #13
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 05:32:53 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (40001) as 289469

Powered by Google App Engine
This is Rietveld 408576698