summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close thempcomplete@google.com2009-05-051-3/+4
* ImportantFileWriterphajdan.jr@chromium.org2009-04-281-3/+2
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-271-6/+12
* Revert "Do not send stats from Chromium builds."kuchhal@chromium.org2009-04-241-8/+6
* Fix build break.kuchhal@chromium.org2009-04-241-1/+1
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-241-6/+8
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-4/+3
* Review URL: http://codereview.chromium.org/62160robertshield@google.com2009-04-131-0/+1
* The profile Source parameter of a BookmarkModelLoaded event can be null durin...tim@chromium.org2009-04-091-3/+5
* Fix underflow that would cause either an access violation or an infinite loop...robertshield@google.com2009-03-181-2/+3
* The MetricsService are not initialized unless the user have opted injar@chromium.org2009-03-081-9/+13
* Add a set of long-running metrics to Chrome that are sent up only at uninstal...robertshield@google.com2009-03-041-18/+39
* revert broken change 10833nsylvain@chromium.org2009-03-031-25/+16
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-16/+25
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-23/+14
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-14/+23
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-4/+5
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-6/+6
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-251-0/+12
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-5/+5
* Re-re-roll use of ongoing logs to gather stability metricsjar@chromium.org2009-02-241-3/+1
* Discard crash data during first run of a new version.jar@chromium.org2009-02-231-1/+36
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-201-1/+1
* Add a comment to a metrics_service.cc NOTIMPLEMENTED.evan@chromium.org2009-02-191-0/+3
* Fix build break.paul@chromium.org2009-02-131-1/+1
* Port most of MetricsService to Mac and linux.paul@chromium.org2009-02-131-10/+25
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-111-32/+35
* Force all stability stats into "initial log" (don't use ongoing log)jar@chromium.org2009-02-091-1/+3
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-43/+51
* Change kMetricsURL towtc@chromium.org2009-01-301-3/+1
* Make purify happy by fixing memory leak that shows up during shutdown.kuchhal@chromium.org2009-01-281-0/+8
* Discard corrupt old logs in UMA uploadjar@chromium.org2009-01-211-6/+11
* Add more production logging to diagnose upload problemjar@chromium.org2009-01-201-27/+29