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

Issue 2864333003: Use the Previews Black List for server previews (Closed)

Created:
3 years, 7 months ago by RyanSturm
Modified:
3 years, 7 months ago
Reviewers:
mmenke, megjablon
CC:
chromium-reviews, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, Randy Smith (Not in Mondays), loading-reviews_chromium.org, tbansal+watch-data-reduction-proxy_chromium.org, mmenke
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Use the Previews Black List for server previews This introduces a field trial to allow Flywheel server previews to use the PreviewsBlackList to make decisions about whether to allow a preview. The 3x3 rule that LoFi/WebLite currently use will still be respected for legacy opted out users, but it will no longer be written to while in the field trial. BUG=671334 Review-Url: https://codereview.chromium.org/2864333003 Cr-Commit-Position: refs/heads/master@{#470845} Committed: https://chromium.googlesource.com/chromium/src/+/ef62bd2a4181d1bd3e0e2e17d66d8f8e717377ee

Patch Set 1 #

Patch Set 2 : deps change #

Total comments: 22

Patch Set 3 : megjablon comments #

Patch Set 4 : missed a comment #

Patch Set 5 : . #

Total comments: 6

Patch Set 6 : megjablon comments #

Total comments: 6

Patch Set 7 : megjablon nits #

Total comments: 4

Patch Set 8 : mmenke nits #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -96 lines) Patch
M chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 6 7 1 chunk +9 lines, -5 lines 0 comments Download
M chrome/browser/previews/previews_infobar_delegate.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/previews/previews_infobar_delegate_unittest.cc View 1 2 3 4 5 4 chunks +42 lines, -24 lines 0 comments Download
M components/data_reduction_proxy/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/BUILD.gn View 1 3 chunks +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h View 1 2 3 chunks +21 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc View 1 2 3 4 5 6 7 chunks +52 lines, -19 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc View 1 2 3 4 5 6 5 chunks +153 lines, -23 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h View 1 2 3 4 5 2 chunks +13 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 chunk +6 lines, -4 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 6 chunks +38 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 4 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 69 (52 generated)
RyanSturm
megjablon: PTAL
3 years, 7 months ago (2017-05-09 16:19:06 UTC) #20
megjablon
Fix "use will stil lbe" typo in description please. https://codereview.chromium.org/2864333003/diff/40001/chrome/browser/previews/previews_infobar_delegate.cc File chrome/browser/previews/previews_infobar_delegate.cc (right): https://codereview.chromium.org/2864333003/diff/40001/chrome/browser/previews/previews_infobar_delegate.cc#newcode147 chrome/browser/previews/previews_infobar_delegate.cc:147: ...
3 years, 7 months ago (2017-05-09 19:58:34 UTC) #21
RyanSturm
https://codereview.chromium.org/2864333003/diff/40001/chrome/browser/previews/previews_infobar_delegate.cc File chrome/browser/previews/previews_infobar_delegate.cc (right): https://codereview.chromium.org/2864333003/diff/40001/chrome/browser/previews/previews_infobar_delegate.cc#newcode147 chrome/browser/previews/previews_infobar_delegate.cc:147: if (!on_dismiss_callback_.is_null()) On 2017/05/09 19:58:33, megjablon wrote: > Do ...
3 years, 7 months ago (2017-05-09 22:35:19 UTC) #25
RyanSturm
weird harness code doesn't always do the same thing as production code when simulating navigations, ...
3 years, 7 months ago (2017-05-10 16:01:46 UTC) #33
RyanSturm
On 2017/05/10 16:01:46, RyanSturm wrote: > weird harness code doesn't always do the same thing ...
3 years, 7 months ago (2017-05-10 16:37:21 UTC) #39
RyanSturm
megjablon: PTAL, sorry about all the extra comments.
3 years, 7 months ago (2017-05-10 17:40:26 UTC) #40
megjablon
Fix "use will stil lbe" typo in description please. https://codereview.chromium.org/2864333003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc (right): https://codereview.chromium.org/2864333003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc#newcode934 components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc:934: ...
3 years, 7 months ago (2017-05-10 19:11:23 UTC) #43
RyanSturm
fixed description typo as well megjablon: PTAL mmenke: PTAL @ crdhd https://codereview.chromium.org/2864333003/diff/120001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right): ...
3 years, 7 months ago (2017-05-10 19:57:02 UTC) #46
RyanSturm
mmenke: PTAL @ crdhd
3 years, 7 months ago (2017-05-10 20:00:04 UTC) #49
megjablon
lgtm % comments https://codereview.chromium.org/2864333003/diff/140001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc (right): https://codereview.chromium.org/2864333003/diff/140001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc#newcode1008 components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc:1008: request, previews::PreviewsType::LOFI, #include "components/previews/core/previews_experiments.h" https://codereview.chromium.org/2864333003/diff/140001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc File ...
3 years, 7 months ago (2017-05-10 21:48:44 UTC) #52
RyanSturm
https://codereview.chromium.org/2864333003/diff/140001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc (right): https://codereview.chromium.org/2864333003/diff/140001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc#newcode1008 components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc:1008: request, previews::PreviewsType::LOFI, On 2017/05/10 21:48:44, megjablon wrote: > #include ...
3 years, 7 months ago (2017-05-10 22:13:38 UTC) #55
mmenke
chrome/browser/loader/ LGTM https://codereview.chromium.org/2864333003/diff/160001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right): https://codereview.chromium.org/2864333003/diff/160001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc#newcode898 chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc:898: previews_state |= content::SERVER_LOFI_ON; nit: Add braces https://codereview.chromium.org/2864333003/diff/160001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc#newcode901 ...
3 years, 7 months ago (2017-05-10 22:32:47 UTC) #56
RyanSturm
https://codereview.chromium.org/2864333003/diff/160001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc File chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc (right): https://codereview.chromium.org/2864333003/diff/160001/chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc#newcode898 chrome/browser/loader/chrome_resource_dispatcher_host_delegate.cc:898: previews_state |= content::SERVER_LOFI_ON; On 2017/05/10 22:32:47, mmenke wrote: > ...
3 years, 7 months ago (2017-05-10 22:35:44 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2864333003/180001
3 years, 7 months ago (2017-05-10 22:36:54 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2864333003/180001
3 years, 7 months ago (2017-05-11 04:16:23 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2864333003/190001
3 years, 7 months ago (2017-05-11 04:37:57 UTC) #66
commit-bot: I haz the power
3 years, 7 months ago (2017-05-11 06:34:58 UTC) #69
Message was sent while issue was closed.
Committed patchset #9 (id:190001) as
https://chromium.googlesource.com/chromium/src/+/ef62bd2a4181d1bd3e0e2e17d66d...

Powered by Google App Engine
This is Rietveld 408576698