summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
Commit message (Expand)AuthorAgeFilesLines
* Improve reporting of subprocess crashes.asargent@chromium.org2009-12-043-3/+38
* 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-302-33/+29
* Remove another instance of using the transient pref service. This preftony@chromium.org2009-11-301-2/+3
* Relocate plugin list fetching to PluginServiceevan@chromium.org2009-11-302-29/+33
* Add -profile command line switchdavemoore@chromium.org2009-11-302-29/+0
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+4
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-2/+2
* 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-175-10/+10
* Use Chrome to transport Chrome OS metrics. rvargas@google.com2009-11-135-103/+26
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-134-16/+16
* Remove the UMA stats for whether the renderer was in a new desktop or not.jam@chromium.org2009-11-133-35/+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
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-2/+1
* 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-092-5/+28
* Use the lite runtime for system_metrics.proto.nick@chromium.org2009-10-081-0/+2
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-071-0/+20
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-071-20/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-071-0/+20
* 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
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* Try to shutdown the browser more peacefully before using more brutal methods.phajdan.jr@chromium.org2009-08-191-17/+17
* 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-152-10/+20
* Reverting 23420. It caused a reliability regression.maruel@chromium.org2009-08-142-20/+10
* Ensure we don't load plugins on the IO thread.jam@chromium.org2009-08-142-10/+20
* 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/149404 for cmasone:sky@chromium.org2009-07-134-0/+117
* Lands http://codereview.chromium.org/155128 for Thiago.sky@chromium.org2009-07-081-1/+1
* http://codereview.chromium.org/147084sky@chromium.org2009-07-083-4/+63
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-262-3/+5
* When we upgrade, discard all uploadable stats, including old logsjar@chromium.org2009-06-191-0/+8
* Linux: Enable metrics_service_uitest.cc. Take 2.willchan@chromium.org2009-06-181-9/+7
* Revert r18641: "Linux: Enable metrics_service_uitest.cc."willchan@chromium.org2009-06-171-3/+9
* Linux: Enable metrics_service_uitest.cc.willchan@chromium.org2009-06-171-9/+3
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-1/+1
* 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