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

Issue 2596093002: Create a synthetic field trial for precache. (Closed)

Created:
4 years ago by twifkak
Modified:
3 years, 11 months ago
Reviewers:
jamartin, rkaplow
CC:
chromium-reviews, jam, darin-cc_chromium.org, wifiprefetch-reviews_google.com, asvitkine+watch_chromium.org, Raj, Mark P
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create a synthetic field trial for precache. For clients in a Precache trial group who've started a precache in the last 15 days, registers them in a matching group in the PrecacheSynthetic15D trial. For those who've started a precache in the last 1 day, registers in them in the PrecacheSynthetic1D trial also. BUG=663987 Review-Url: https://codereview.chromium.org/2596093002 Cr-Commit-Position: refs/heads/master@{#443352} Committed: https://chromium.googlesource.com/chromium/src/+/9020aee19a0a9cdb845f7cb2bc7f30c799741fdf

Patch Set 1 #

Total comments: 18

Patch Set 2 : Add test, change group names, and pass base::Time by value. #

Patch Set 3 : Register synth trial on every URL request. #

Patch Set 4 : Rebase. #

Patch Set 5 : Use two field trials instead of multigroups. #

Patch Set 6 : Add back !group_name.empty() check, plus comment. #

Patch Set 7 : Remove unnecessary includes. #

Patch Set 8 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -69 lines) Patch
M chrome/browser/metrics/chrome_metrics_service_accessor.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/precache/precache_util.cc View 1 2 3 4 5 6 4 chunks +31 lines, -1 line 0 comments Download
M components/precache/content/precache_manager.h View 1 2 4 chunks +25 lines, -14 lines 0 comments Download
M components/precache/content/precache_manager.cc View 1 2 3 1 chunk +21 lines, -8 lines 0 comments Download
M components/precache/content/precache_manager_unittest.cc View 1 2 3 4 5 6 7 10 chunks +80 lines, -44 lines 0 comments Download
M components/precache/core/precache_database.h View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 40 (18 generated)
twifkak
mpearson: LG needed for chrome/browser/metrics. This is based on https://codereview.chromium.org/2562573003/ plus most of the additional ...
4 years ago (2016-12-21 23:23:49 UTC) #2
chromium-reviews
Two points: (1) Chrome has no planned releases scheduled until next calendar year. Robert will ...
4 years ago (2016-12-21 23:41:24 UTC) #3
twifkak
On Wed, Dec 21, 2016 at 3:41 PM, Mark Pearson <mpearson@google.com> wrote: > (1) > ...
4 years ago (2016-12-21 23:49:07 UTC) #4
jamartin
LGTM. Some questions and suggestions for minor improvements. https://codereview.chromium.org/2596093002/diff/1/chrome/browser/precache/precache_util.cc File chrome/browser/precache/precache_util.cc (right): https://codereview.chromium.org/2596093002/diff/1/chrome/browser/precache/precache_util.cc#newcode37 chrome/browser/precache/precache_util.cc:37: const ...
4 years ago (2016-12-21 23:54:34 UTC) #5
chromium-reviews
On Wed, Dec 21, 2016 at 3:48 PM, Devin Mullins <twifkak@chromium.org> wrote: > On Wed, ...
4 years ago (2016-12-21 23:58:21 UTC) #6
twifkak
rkaplow: PTAL. This is a fork of https://codereview.chromium.org/2562573003/ with the changes I suggested in that ...
3 years, 11 months ago (2017-01-05 23:53:14 UTC) #8
rkaplow
overall this lg, I just want to make sure this is going to measure what ...
3 years, 11 months ago (2017-01-06 16:00:41 UTC) #9
twifkak
On 2017/01/06 16:00:41, rkaplow wrote: > The field trial will be registered once, and then ...
3 years, 11 months ago (2017-01-06 20:43:03 UTC) #10
rkaplow
On 2017/01/06 20:43:03, twifkak wrote: > On 2017/01/06 16:00:41, rkaplow wrote: > > The field ...
3 years, 11 months ago (2017-01-06 20:49:45 UTC) #11
twifkak
On 2017/01/06 20:49:45, rkaplow wrote: > On 2017/01/06 20:43:03, twifkak wrote: > > On 2017/01/06 ...
3 years, 11 months ago (2017-01-06 20:59:16 UTC) #12
twifkak
On 2017/01/06 20:49:45, rkaplow wrote: > On 2017/01/06 20:43:03, twifkak wrote: > > On 2017/01/06 ...
3 years, 11 months ago (2017-01-07 01:06:10 UTC) #13
rkaplow
On 2017/01/07 01:06:10, twifkak wrote: > On 2017/01/06 20:49:45, rkaplow wrote: > > On 2017/01/06 ...
3 years, 11 months ago (2017-01-09 21:49:35 UTC) #22
twifkak
On 2017/01/09 21:49:35, rkaplow wrote: > On 2017/01/07 01:06:10, twifkak wrote: > > On 2017/01/06 ...
3 years, 11 months ago (2017-01-09 21:54:11 UTC) #23
twifkak
On 2017/01/09 21:54:11, twifkak wrote: > On 2017/01/09 21:49:35, rkaplow wrote: > > On 2017/01/07 ...
3 years, 11 months ago (2017-01-11 19:52:43 UTC) #24
rkaplow
On 2017/01/11 19:52:43, twifkak wrote: > On 2017/01/09 21:54:11, twifkak wrote: > > On 2017/01/09 ...
3 years, 11 months ago (2017-01-11 20:00:55 UTC) #25
twifkak
On 2017/01/11 20:00:55, rkaplow wrote: > On 2017/01/11 19:52:43, twifkak wrote: > > On 2017/01/09 ...
3 years, 11 months ago (2017-01-11 21:23:54 UTC) #26
rkaplow
lgtm lg, sorry my turnaround was pretty slow for the review
3 years, 11 months ago (2017-01-12 16:03:07 UTC) #28
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/2596093002/100001
3 years, 11 months ago (2017-01-12 18:24:39 UTC) #31
twifkak
On 2017/01/12 16:03:07, rkaplow wrote: > lgtm > > lg, sorry my turnaround was pretty ...
3 years, 11 months ago (2017-01-12 18:25:11 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/134867) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-12 18:27:18 UTC) #34
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/2596093002/140001
3 years, 11 months ago (2017-01-12 19:18:03 UTC) #37
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 20:48:57 UTC) #40
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/9020aee19a0a9cdb845f7cb2bc7f...

Powered by Google App Engine
This is Rietveld 408576698