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

Issue 1200383005: Activate prepopulated fieldtrials (Closed)

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

Description

Activate prepopulated fieldtrials BUG=504075 Committed: https://crrev.com/907bad2715b5ee5bbdabf5b6743ab04ae8f2a187 Cr-Commit-Position: refs/heads/master@{#339092}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : add unit test #

Patch Set 5 : fixup #

Total comments: 5

Patch Set 6 : #

Patch Set 7 : #

Total comments: 12

Patch Set 8 : change flag to disable flag #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Total comments: 1

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : remove SyncBackingDatabase32K from testing config until fixed #

Patch Set 14 : #

Patch Set 15 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -36 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/variations/variations_util.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/common/variations/variations_util.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +23 lines, -0 lines 0 comments Download
M chrome/common/variations/variations_util_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +27 lines, -0 lines 0 comments Download
M testing/variations/fieldtrial_testing_config_android.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -8 lines 0 comments Download
M testing/variations/fieldtrial_testing_config_linux.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -10 lines 0 comments Download
M testing/variations/fieldtrial_testing_config_mac.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -10 lines 0 comments Download
M testing/variations/fieldtrial_testing_config_win.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 45 (15 generated)
danduong
5 years, 6 months ago (2015-06-24 23:32:38 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/1200383005/diff/40001/chrome/common/variations/variations_util.cc File chrome/common/variations/variations_util.cc (right): https://codereview.chromium.org/1200383005/diff/40001/chrome/common/variations/variations_util.cc#newcode68 chrome/common/variations/variations_util.cc:68: bool AssociateParamsFromFieldTrialConfig() { Can you add a test? Maybe ...
5 years, 5 months ago (2015-07-08 17:10:17 UTC) #3
danduong
https://codereview.chromium.org/1200383005/diff/40001/chrome/common/variations/variations_util.cc File chrome/common/variations/variations_util.cc (right): https://codereview.chromium.org/1200383005/diff/40001/chrome/common/variations/variations_util.cc#newcode68 chrome/common/variations/variations_util.cc:68: bool AssociateParamsFromFieldTrialConfig() { On 2015/07/08 at 17:10:17, Alexei Svitkine ...
5 years, 5 months ago (2015-07-09 21:35:54 UTC) #4
danduong
brettw for chrome_browser_main.
5 years, 5 months ago (2015-07-09 21:59:44 UTC) #6
Alexei Svitkine (slow)
https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: if (command_line->HasSwitch(switches::kEnableFieldTrialTestingConfig)) { Didn't we want this to be ...
5 years, 5 months ago (2015-07-10 15:24:32 UTC) #7
danduong
https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: if (command_line->HasSwitch(switches::kEnableFieldTrialTestingConfig)) { On 2015/07/10 at 15:24:32, Alexei Svitkine ...
5 years, 5 months ago (2015-07-10 16:24:20 UTC) #8
Alexei Svitkine (slow)
https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: if (command_line->HasSwitch(switches::kEnableFieldTrialTestingConfig)) { On 2015/07/10 16:24:20, danduong wrote: > ...
5 years, 5 months ago (2015-07-10 19:05:12 UTC) #9
danduong
On 2015/07/10 at 19:05:12, asvitkine wrote: > https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc > File chrome/browser/chrome_browser_main.cc (right): > > https://codereview.chromium.org/1200383005/diff/80001/chrome/browser/chrome_browser_main.cc#newcode637 ...
5 years, 5 months ago (2015-07-10 19:14:42 UTC) #10
Alexei Svitkine (slow)
https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: #if defined(GOOGLE_CHROME_BUILD) && defined(OFFICIAL_BUILD) I think OFFICIAL_BUILD is not ...
5 years, 5 months ago (2015-07-10 19:22:30 UTC) #11
danduong
https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: #if defined(GOOGLE_CHROME_BUILD) && defined(OFFICIAL_BUILD) On 2015/07/10 at 19:22:30, Alexei ...
5 years, 5 months ago (2015-07-10 19:36:56 UTC) #12
brettw
Are you sure this is correct? It looks like you're doing all this stuff with ...
5 years, 5 months ago (2015-07-10 19:41:21 UTC) #13
Alexei Svitkine (slow)
https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: #if defined(GOOGLE_CHROME_BUILD) && defined(OFFICIAL_BUILD) On 2015/07/10 19:36:56, danduong wrote: ...
5 years, 5 months ago (2015-07-10 19:44:41 UTC) #14
danduong
https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/1200383005/diff/120001/chrome/browser/chrome_browser_main.cc#newcode637 chrome/browser/chrome_browser_main.cc:637: #if defined(GOOGLE_CHROME_BUILD) && defined(OFFICIAL_BUILD) On 2015/07/10 at 19:44:41, Alexei ...
5 years, 5 months ago (2015-07-10 23:02:36 UTC) #15
Alexei Svitkine (slow)
LGTM https://codereview.chromium.org/1200383005/diff/160001/chrome/common/variations/variations_util.h File chrome/common/variations/variations_util.h (right): https://codereview.chromium.org/1200383005/diff/160001/chrome/common/variations/variations_util.h#newcode25 chrome/common/variations/variations_util.h:25: bool AssociateDefaultFieldTrialConfig(); Nit: Add a comment above each ...
5 years, 5 months ago (2015-07-13 15:19:49 UTC) #16
danduong
https://codereview.chromium.org/1200383005/diff/160001/chrome/common/variations/variations_util.h File chrome/common/variations/variations_util.h (right): https://codereview.chromium.org/1200383005/diff/160001/chrome/common/variations/variations_util.h#newcode25 chrome/common/variations/variations_util.h:25: bool AssociateDefaultFieldTrialConfig(); On 2015/07/13 at 15:19:49, Alexei Svitkine wrote: ...
5 years, 5 months ago (2015-07-13 17:19:34 UTC) #17
danduong
brettw: PTAL
5 years, 5 months ago (2015-07-13 19:39:39 UTC) #18
brettw
lgtm https://codereview.chromium.org/1200383005/diff/180001/chrome/common/variations/variations_util.cc File chrome/common/variations/variations_util.cc (right): https://codereview.chromium.org/1200383005/diff/180001/chrome/common/variations/variations_util.cc#newcode83 chrome/common/variations/variations_util.cc:83: return true; This function never fails, but the ...
5 years, 5 months ago (2015-07-15 17:56:51 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200383005/220001
5 years, 5 months ago (2015-07-15 22:29:45 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clobber_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_clobber_rel_ng/builds/46435) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 5 months ago (2015-07-15 23:06:41 UTC) #24
danduong
On 2015/07/15 at 23:06:41, commit-bot wrote: > Try jobs failed on following builders: > linux_chromium_clobber_rel_ng ...
5 years, 5 months ago (2015-07-16 01:12:39 UTC) #25
Alexei Svitkine (slow)
I think they should run the configs. It's one of the benefits of this system ...
5 years, 5 months ago (2015-07-16 14:41:51 UTC) #26
danduong
On 2015/07/16 at 14:41:51, asvitkine wrote: > I think they should run the configs. It's ...
5 years, 5 months ago (2015-07-16 16:55:02 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200383005/240001
5 years, 5 months ago (2015-07-16 16:57:13 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200383005/260001
5 years, 5 months ago (2015-07-16 17:03:14 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/74239) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 5 months ago (2015-07-16 17:08:26 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200383005/280001
5 years, 5 months ago (2015-07-16 17:28:43 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/86872)
5 years, 5 months ago (2015-07-16 18:31:20 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200383005/280001
5 years, 5 months ago (2015-07-16 18:40:30 UTC) #43
commit-bot: I haz the power
Committed patchset #15 (id:280001)
5 years, 5 months ago (2015-07-16 19:18:21 UTC) #44
commit-bot: I haz the power
5 years, 5 months ago (2015-07-16 19:19:10 UTC) #45
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/907bad2715b5ee5bbdabf5b6743ab04ae8f2a187
Cr-Commit-Position: refs/heads/master@{#339092}

Powered by Google App Engine
This is Rietveld 408576698