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

Issue 14048014: Fix SimpleCache field trial creation. (Closed)

Created:
7 years, 8 months ago by gavinp
Modified:
7 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Fix SimpleCache field trial creation. By not putting opt out users in the "No" group, our dashboard in Finch was showing only the explicit opt in users. Not ideal for A/B comparisons! R=stevet, pasko Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194987

Patch Set 1 #

Total comments: 4

Patch Set 2 : remediate #

Total comments: 2

Patch Set 3 : remediate #

Patch Set 4 : rebase to HEAD #

Patch Set 5 : about:flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M chrome/browser/chrome_browser_field_trials.cc View 1 2 3 2 chunks +9 lines, -8 lines 0 comments Download
M net/disk_cache/cache_creator.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 26 (0 generated)
gavinp
SteveT, PLAL. pasko, FYI.
7 years, 8 months ago (2013-04-17 14:11:00 UTC) #1
SteveT
See my comment inline. cc+Alexei to confirm the pattern that I am endorsing. https://codereview.chromium.org/14048014/diff/1/chrome/browser/chrome_browser_field_trials.cc File ...
7 years, 8 months ago (2013-04-17 15:41:02 UTC) #2
pasko-google - do not use
thank you, Gavin
7 years, 8 months ago (2013-04-17 15:42:04 UTC) #3
Alexei Svitkine (slow)
https://codereview.chromium.org/14048014/diff/1/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/14048014/diff/1/chrome/browser/chrome_browser_field_trials.cc#newcode212 chrome/browser/chrome_browser_field_trials.cc:212: if (LowerCaseEqualsASCII(opt_value, "off")) { On 2013/04/17 15:41:02, SteveT wrote: ...
7 years, 8 months ago (2013-04-17 15:46:52 UTC) #4
gavinp
PTAL. https://codereview.chromium.org/14048014/diff/1/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/14048014/diff/1/chrome/browser/chrome_browser_field_trials.cc#newcode212 chrome/browser/chrome_browser_field_trials.cc:212: if (LowerCaseEqualsASCII(opt_value, "off")) { On 2013/04/17 15:41:02, SteveT ...
7 years, 8 months ago (2013-04-17 16:19:41 UTC) #5
Alexei Svitkine (slow)
On 2013/04/17 16:19:41, gavinp wrote: > Alexei, > > Oh no! Right now FindFullName() is ...
7 years, 8 months ago (2013-04-17 16:49:04 UTC) #6
Alexei Svitkine (slow)
https://codereview.chromium.org/14048014/diff/3002/chrome/browser/chrome_browser_field_trials.cc File chrome/browser/chrome_browser_field_trials.cc (right): https://codereview.chromium.org/14048014/diff/3002/chrome/browser/chrome_browser_field_trials.cc#newcode214 chrome/browser/chrome_browser_field_trials.cc:214: trial->AppendGroup("ExplicitNo", 100); Use kDivisor? https://codereview.chromium.org/14048014/diff/3002/chrome/browser/chrome_browser_field_trials.cc#newcode218 chrome/browser/chrome_browser_field_trials.cc:218: trial->AppendGroup("ExplicitYes", 100); Use ...
7 years, 8 months ago (2013-04-17 16:50:25 UTC) #7
SteveT
lgtm given you've addressed asvitkine's comments.
7 years, 8 months ago (2013-04-17 18:16:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/16001
7 years, 8 months ago (2013-04-18 06:23:24 UTC) #9
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=118979
7 years, 8 months ago (2013-04-18 06:55:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/16001
7 years, 8 months ago (2013-04-18 07:44:38 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 8 months ago (2013-04-18 08:10:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 09:54:35 UTC) #13
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=118066
7 years, 8 months ago (2013-04-18 10:22:13 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 11:20:17 UTC) #15
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=118088
7 years, 8 months ago (2013-04-18 11:45:33 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 11:54:46 UTC) #17
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=119088
7 years, 8 months ago (2013-04-18 12:21:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 12:28:49 UTC) #19
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=118102
7 years, 8 months ago (2013-04-18 13:01:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 13:09:23 UTC) #21
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=119108
7 years, 8 months ago (2013-04-18 13:39:09 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/34001
7 years, 8 months ago (2013-04-18 15:15:26 UTC) #23
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=118158
7 years, 8 months ago (2013-04-18 15:43:38 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gavinp@chromium.org/14048014/69001
7 years, 8 months ago (2013-04-18 15:48:59 UTC) #25
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 19:50:34 UTC) #26
Message was sent while issue was closed.
Change committed as 194987

Powered by Google App Engine
This is Rietveld 408576698