summaryrefslogtreecommitdiffstats
path: root/components/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug that causes the metrics loop to be broken.holte2014-12-121-4/+7
* Clear stability count data immediately after user opts in UMA.yiyaoliu2014-11-191-12/+15
* Plumbing for variations headers from synthetic field trials.asvitkine2014-10-311-0/+19
* Make remaining parts of components/metrics use metrics namespace.asvitkine2014-10-241-54/+46
* Record document mode histogram in UMA on every upload.mariakhomenko2014-10-201-3/+2
* Create field trial to test the impact of changing the upload/creation timing ...holte2014-10-091-12/+36
* Add a histogram to measure number of synthetic UMA trials.asvitkine2014-09-291-9/+11
* Reset some UMA stability stats on a version change.asvitkine2014-09-181-4/+28
* Extract the handling of the clean exit beacon from MetricsService. The extrac...erikwright2014-09-121-12/+14
* Allow MetricsProviders to request an initial stability log.siggi2014-09-101-4/+17
* Convert this static method to a member method.erikwright2014-09-091-2/+2
* Remove MetricsServiceObserver in favor of MetricsProvider.asvitkine2014-09-031-13/+1
* Add a histogram to log the size of an UMA upload.asvitkine2014-09-021-1/+3
* Move more metrics classes to metrics namespace.asvitkine2014-08-261-4/+5
* Remove old PersistedLogs prefs.asvitkine@chromium.org2014-08-191-2/+0
* Remove obsolete DCHECKholte@chromium.org2014-08-141-1/+0
* Sync plugin list to local state after plugin change with delayed tasksgayane@chromium.org2014-08-071-3/+0
* Remove the provisional store and just keep the staged log in the queue while ...holte@chromium.org2014-07-251-14/+0
* Keep all references to kInstallDate inside components/metrics/gab@chromium.org2014-07-161-0/+8
* Standardize persisted log loadingholte@chromium.org2014-07-161-21/+13
* Refactor SetClientID such that metrics rather than crash backs up the client idgab@chromium.org2014-07-091-1/+1
* Move kInstallDate from chrome/common/pref_names.h to components/metrics/metri...gab@chromium.org2014-07-091-2/+10
* Increase "log too large" threshold in MetricsService.asvitkine@chromium.org2014-06-201-1/+1
* Make MetricsService save compressed logs to local state. asvitkine@chromium.org2014-06-111-0/+2
* Componentize MetricsService.blundell@chromium.org2014-06-111-0/+1204