summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-2/+1
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-1/+2
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Factoring GUID generation from metrics to basedhollowa@chromium.org2010-10-131-39/+2
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-0/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-10/+13
* Add GetMachineStatistic to SystemLibrary.stevenjb@chromium.org2010-08-091-18/+5
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* LogStoreStatus histogram modification.ziadh@chromium.org2010-07-241-1/+2
* Change to (quieter) NOTREACHED() rather than (noisy) LOG(DFATAL)jar@chromium.org2010-07-221-9/+9
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-0/+38
* Compress and checksum pending logs that are going to be persisted. Persisted ...ziadh@chromium.org2010-07-191-66/+154
* Removed some unused code. We were adding some data to std::set objects that n...ziadh@chromium.org2010-07-101-27/+7
* Change a bunch of string types.estade@chromium.org2010-06-291-5/+5
* Cleanup some unncessary dependencies on libxml.mad@google.com2010-06-271-1/+2
* Pref service strings should be std::string.estade@chromium.org2010-06-181-2/+2
* Relanding this CL as the earlier attempt broke ChromeOS metrics tests.ananta@chromium.org2010-06-101-111/+12
* Revert 49354 - causing regression in MetricsLogTest.ChromeOSEmptyRecord on CrOSjoth@chromium.org2010-06-101-12/+111
* Preparation CL for adding crash metrics UMA counters to ChromeFrame. Basicall...ananta@chromium.org2010-06-101-111/+12
* Submitting CL http://codereview.chromium.org/2324001 on behalf of petkov@chro...zelidrag@chromium.org2010-06-081-28/+61
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-061-2/+2
* Fix a bunch of lint/style issuesjar@chromium.org2010-06-031-11/+11
* Reduce inter-upload interval for UMA logs to 30 minutesjar@chromium.org2010-05-071-2/+2
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-051-7/+11
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-041-11/+7
* Lands http://codereview.chromium.org/1610030/show from Luigi:sky@chromium.org2010-04-211-2/+2
* Switch to continuous reporting of uptimejar@chromium.org2010-03-101-23/+8
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-241-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Remove the temporary scaffolding stubs.phajdan.jr@chromium.org2010-02-101-4/+2
* Use buildtime to ensure stability statsjar@chromium.org2010-01-191-2/+7
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-1/+1
* Improve reporting of subprocess crashes.asargent@chromium.org2009-12-041-3/+23
* Fix DCHECK that was firing in metrics service in debug builds. This particul...jam@chromium.org2009-12-011-1/+1
* Revert 33344 - Relocate plugin list fetching to PluginServicejamesr@chromium.org2009-11-301-32/+25
* Relocate plugin list fetching to PluginServiceevan@chromium.org2009-11-301-25/+32
* Add -profile command line switchdavemoore@chromium.org2009-11-301-25/+0
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-5/+5
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-1/+1
* Use Chrome to transport Chrome OS metrics. rvargas@google.com2009-11-131-0/+11
* Remove the UMA stats for whether the renderer was in a new desktop or not.jam@chromium.org2009-11-131-20/+0
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-0/+2
* Change id that identifies client in crash reports. Whenever metrics service r...kuchhal@chromium.org2009-11-051-0/+2
* Remove some #includes where possible.pkasting@chromium.org2009-10-231-15/+5
* Lands http://codereview.chromium.org/272036 for Thiago:sky@chromium.org2009-10-191-1/+1
* Bug fix: MetricsService::RecordPluginChanges should handle only pluginsgregoryd@google.com2009-10-091-4/+12
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-6/+4