summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
Commit message (Expand)AuthorAgeFilesLines
* Solve a strict-aliasing issue in metrics_log.cc to appease gcc 4.4 on Linux.craig.schlenter@chromium.org2009-06-161-5/+9
* Histogram count of number of command line argumentsjar@chromium.org2009-06-121-1/+20
* Add back in log info about histogram hashesjar@chromium.org2009-06-121-0/+8
* Automatically adapt to faster/slower uploads of renderer histogramsjar@chromium.org2009-05-282-34/+54
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-5/+5
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-222-52/+37
* Add GTK options window (no options actually configurable yet.)evan@chromium.org2009-05-141-2/+0
* Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close thempcomplete@google.com2009-05-051-3/+4
* ImportantFileWriterphajdan.jr@chromium.org2009-04-282-4/+3
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-272-6/+15
* Searching by keyword now generates a visit against the site with asky@chromium.org2009-04-271-0/+1
* Revert "Do not send stats from Chromium builds."kuchhal@chromium.org2009-04-242-11/+6
* Fix build break.kuchhal@chromium.org2009-04-241-1/+1
* Do not send stats from Chromium builds.kuchhal@chromium.org2009-04-242-6/+11
* Chrome side of using WebPluginListBuilder.darin@chromium.org2009-04-241-1/+1
* Remove deprecated version of UITest::DieFileDie().thestig@chromium.org2009-04-161-1/+1
* 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
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-4/+5
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-1/+2
* Platform cleanup in chrome UI tests.phajdan.jr@chromium.org2009-03-301-2/+5
* Fix underflow that would cause either an access violation or an infinite loop...robertshield@google.com2009-03-181-2/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-108-10/+0
* 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-042-18/+43
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-2/+2
* revert broken change 10833nsylvain@chromium.org2009-03-032-42/+28
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-032-28/+42
* Revert dsh's change 10818nsylvain@chromium.org2009-03-032-36/+26
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-032-26/+36
* 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-252-0/+17
* 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-234-5/+49
* 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-113-58/+58
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-1/+2
* 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-013-53/+60
* 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