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

Issue 1151753003: Integration test for Chrome-Proxy: pass-through directive (Closed)

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

Description

Integration test for Chrome-Proxy: pass-through directive Checks that an image loaded with the Chrome-Proxy: pass-through directive is larger than the compressed image from the Data Reduction Proxy. BUG=490397 Committed: https://crrev.com/91e5715acfa6cac439f98438f1bedade3d863b9a Cr-Commit-Position: refs/heads/master@{#331028}

Patch Set 1 #

Total comments: 13

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : nit #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -15 lines) Patch
M tools/chrome_proxy/common/chrome_proxy_metrics.py View 1 3 chunks +20 lines, -15 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py View 1 2 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
megjablon
5 years, 7 months ago (2015-05-21 01:24:11 UTC) #2
sclittle
https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py File tools/chrome_proxy/common/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py#newcode98 tools/chrome_proxy/common/chrome_proxy_metrics.py:98: chrome_proxy_request_header = self.response.request_headers['Chrome-Proxy'] This code to extract a value ...
5 years, 7 months ago (2015-05-21 01:54:25 UTC) #3
Not at Google. Contact bengr
https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py#newcode22 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py:22: request.setRequestHeader("Chrome-Proxy","pass-through"); For this test to be meaningful, "Chrome-Proxy: pass-through" ...
5 years, 7 months ago (2015-05-21 18:29:00 UTC) #5
sclittle
https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py#newcode22 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py:22: request.setRequestHeader("Chrome-Proxy","pass-through"); On 2015/05/21 18:29:00, kundaji wrote: > For this ...
5 years, 7 months ago (2015-05-21 18:43:05 UTC) #6
Not at Google. Contact bengr
On 2015/05/21 18:43:05, sclittle wrote: > https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py > File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py > (right): > > https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py#newcode22 ...
5 years, 7 months ago (2015-05-21 18:50:19 UTC) #7
Not at Google. Contact bengr
https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py#newcode22 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py:22: request.setRequestHeader("Chrome-Proxy","pass-through"); On 2015/05/21 18:43:05, sclittle wrote: > On 2015/05/21 ...
5 years, 7 months ago (2015-05-21 18:53:54 UTC) #8
megjablon
https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py File tools/chrome_proxy/common/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py#newcode98 tools/chrome_proxy/common/chrome_proxy_metrics.py:98: chrome_proxy_request_header = self.response.request_headers['Chrome-Proxy'] On 2015/05/21 01:54:24, sclittle wrote: > ...
5 years, 7 months ago (2015-05-21 19:03:07 UTC) #10
sclittle
LGTM % nit https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py File tools/chrome_proxy/common/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1151753003/diff/1/tools/chrome_proxy/common/chrome_proxy_metrics.py#newcode98 tools/chrome_proxy/common/chrome_proxy_metrics.py:98: chrome_proxy_request_header = self.response.request_headers['Chrome-Proxy'] On 2015/05/21 19:03:07, ...
5 years, 7 months ago (2015-05-21 19:28:56 UTC) #11
megjablon
https://codereview.chromium.org/1151753003/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py (right): https://codereview.chromium.org/1151753003/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py#newcode22 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py:22: request.setRequestHeader("Chrome-Proxy","pass-through"); On 2015/05/21 19:28:56, sclittle wrote: > nit: add ...
5 years, 7 months ago (2015-05-21 19:41:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1151753003/60001
5 years, 7 months ago (2015-05-21 23:41:03 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-21 23:46:16 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 23:47:14 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/91e5715acfa6cac439f98438f1bedade3d863b9a
Cr-Commit-Position: refs/heads/master@{#331028}

Powered by Google App Engine
This is Rietveld 408576698