index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
metrics
/
field_trial.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a marker for field trials passed on the command line to force their act...
georgesak
2014-11-05
1
-2
/
+14
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine
2014-10-23
1
-2
/
+5
*
CreateTrailsFromString function accepts values for trails_string argument wit...
gayane
2014-09-16
1
-1
/
+3
*
Make some field trials unforceable via command-line in the official build.
gab@chromium.org
2014-02-13
1
-2
/
+7
*
Rename base::FieldTrialList::RegistrationList --> RegistrationMap.
gavinp@chromium.org
2013-12-20
1
-3
/
+3
*
Update order of FieldTrial functions.
asvitkine@chromium.org
2013-10-30
1
-26
/
+26
*
Add static FieldTrial::CreateSimulatedFieldTrial function.
asvitkine@chromium.org
2013-10-29
1
-3
/
+22
*
Fix inconsistent FieldTrial group assignment due to float errors.
asvitkine@chromium.org
2013-09-19
1
-3
/
+22
*
Remove deprecated FieldTrial::MakeName() API.
asvitkine@chromium.org
2013-09-03
1
-8
/
+0
*
Make field trial randomization type a constructor param.
asvitkine@chromium.org
2013-07-30
1
-31
/
+35
*
Make --force-fieldtrials not activate them in the browser process.
asvitkine@chromium.org
2013-07-02
1
-5
/
+8
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
1
-2
/
+2
*
Support custom randomization seed for VariationsService trials.
asvitkine@chromium.org
2013-04-11
1
-1
/
+7
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Fix issue with identical group numbers being reported for forced field trials.
asvitkine@chromium.org
2013-03-06
1
-8
/
+27
*
Remove temporary histograms in field_trial.cc now that the problem is fixed.
asvitkine@chromium.org
2013-01-22
1
-23
/
+2
*
Fix problem where field trials using kExpirationYearInFuture could get disabled.
asvitkine@chromium.org
2013-01-09
1
-5
/
+4
*
Fix data race when setting FieldTrial::group_reported_.
asvitkine@chromium.org
2012-12-12
1
-10
/
+15
*
Add another temporary histogram to understand field trial reporting issue.
asvitkine@chromium.org
2012-12-10
1
-1
/
+14
*
Add temporary UMA histogram to understand how trials are getting disabled.
asvitkine@chromium.org
2012-11-29
1
-1
/
+5
*
Standardize on |trial_name| and |group_name| in field trials API.
asvitkine@chromium.org
2012-11-19
1
-20
/
+22
*
Remove a DCHECK() in FieldTrial::SetForced().
asvitkine@chromium.org
2012-11-13
1
-4
/
+0
*
Ensure that field trials synced to the renderer process are considered "active".
asvitkine@chromium.org
2012-11-13
1
-1
/
+6
*
Make it so disabled field trials are not reported as active.
asvitkine@chromium.org
2012-11-10
1
-2
/
+3
*
Delete unused |application_start_time| from FieldTrialList.
asvitkine@chromium.org
2012-11-08
1
-2
/
+1
*
Make FieldTrialList::StatesToString() only report active trials.
asvitkine@chromium.org
2012-11-07
1
-15
/
+8
*
Add a temporary histogram to track if a FieldTrial is disabled due to not hav...
stevet@chromium.org
2012-11-07
1
-0
/
+4
*
Don't report field trial groups until group() has been called.
asvitkine@chromium.org
2012-11-06
1
-14
/
+15
*
Notify FieldTrial observers only once group() is called for the first time.
asvitkine@chromium.org
2012-11-01
1
-13
/
+19
*
Remove IsOneTimeRandomizationAvailable from FieldTrialList.
stevet@chromium.org
2012-10-15
1
-5
/
+0
*
Use a different algorithm with the low entropy source for field trials.
asvitkine@chromium.org
2012-08-24
1
-43
/
+28
*
Adding DVLOG to show what field trial groups are chosen.
jwd@chromium.org
2012-06-30
1
-0
/
+1
*
Simplify private FieldTrial constructor.
asvitkine@chromium.org
2012-05-11
1
-28
/
+31
*
Added a SetForced method to allow forcing a new set of group bucketting.
mad@chromium.org
2012-05-07
1
-0
/
+15
*
FieldTrial - Use ObserverListThreadSafe instead of
rtenneti@chromium.org
2012-05-04
1
-6
/
+8
*
Remove the hash fields from FieldTrials.
stevet@chromium.org
2012-04-27
1
-44
/
+10
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-23
1
-0
/
+10
*
Revert 133212 - Add and implement API to associate Google experiment IDs with...
groby@chromium.org
2012-04-20
1
-10
/
+0
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-20
1
-0
/
+10
*
Don't depend on undefined compiler behavior for computing persistent field tr...
isherman@chromium.org
2012-04-19
1
-2
/
+4
*
Fixing issues with alignment, undefined behaviour and endianness in the Field...
jwd@chromium.org
2012-04-16
1
-3
/
+5
*
Field Trials choices can now be forced from a command line argument, and yet ...
mad@chromium.org
2012-04-12
1
-36
/
+93
*
Added a Unique ID for a Field Trial containing it's hashed name and the selec...
mad@chromium.org
2012-01-27
1
-12
/
+53
*
base: export GetBuildTime
agl@chromium.org
2011-11-11
1
-10
/
+2
*
Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.
pkasting@chromium.org
2011-09-28
1
-1
/
+1
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-2
/
+1
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-1
/
+2
[next]