summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Size the buffer used for the metrics log text properly.mark@chromium.org2009-09-151-4/+6
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-3/+4
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-151-8/+15
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-141-15/+8
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-141-8/+15
* Linux: add GYP flag to build with system libbz2.agl@chromium.org2009-08-061-1/+6
* Enable Client ID generation on Linux/OS X. Enables UMA logging.evan@chromium.org2009-07-281-6/+1
* Clear yet another few stats when a new chrome version is installedjar@chromium.org2009-07-181-2/+5
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-1/+1
* http://codereview.chromium.org/147084sky@chromium.org2009-07-081-4/+18
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-2/+4
* When we upgrade, discard all uploadable stats, including old logsjar@chromium.org2009-06-191-0/+8
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-1/+1
* Histogram count of number of command line argumentsjar@chromium.org2009-06-121-1/+20
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-281-29/+45
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-43/+34