summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Histogram times surrounding render crashesjar@chromium.org2012-03-221-12/+48
* Merge 120908 - Fix regression in empty client_id being used for field trials ...jam@chromium.org2012-02-081-13/+17
* Remove MetricsLogBase::AsMetricsLog() in favor of static_cast.isherman@chromium.org2012-01-201-2/+4
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+3
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-3/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+3
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-121-5/+5
* Move chrome/common/metrics* files into a shared subdirectory.isherman@chromium.org2012-01-121-2/+2
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-7/+1
* Create an API around PluginService and use it from Chrome.jam@chromium.org2011-12-211-1/+2
* Added the server names for TCP/UDP echo servers tortenneti@chromium.org2011-12-201-2/+1
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-1/+3
* Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ...jam@chromium.org2011-12-021-4/+4
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-6/+6
* base::Bind() conversion for MetricsService.dcheng@chromium.org2011-11-221-9/+13
* Migrate several instances of NewRunnableMethod to base::Bind in browser/metricsisherman@chromium.org2011-11-191-3/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-10/+12
* Include PPAPI plugin crashes in the plugin crash data.petkov@chromium.org2011-11-111-3/+8
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-6/+5
* Revert r108760 / reland r108744, r108753 w/ fixdpranke@chromium.org2011-11-081-1/+0
* Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...dpranke@chromium.org2011-11-051-0/+1
* Modify code in chrome to call wrapper functions on PluginServicedpranke@chromium.org2011-11-041-1/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-4/+3
* Fix use-after-free that resulted from r106949.jam@chromium.org2011-10-251-1/+2
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-10/+9
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-12/+10
* Cache the ranges_ vector and share the ranges_ vectorrtenneti@chromium.org2011-10-201-0/+2
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-17/+17
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-53/+59
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-16/+34
* Fix the metrics service not working. r102421 replacedjam@chromium.org2011-10-011-1/+1
* Revert 103628 (I have a simpler fix) - Fix the metrics service not working be...jam@chromium.org2011-10-011-1/+0
* Fix the metrics service not working because it was initialized before the bro...jam@chromium.org2011-10-011-0/+1
* Factor a log management helper out of MetricsServicestuartmorgan@chromium.org2011-09-291-310/+89
* Convert the PluginService interface to be an async wrapper around PluginList.rsesek@chromium.org2011-09-231-43/+34
* Revert to allowing previous number of events in an UMA logjar@chromium.org2011-09-201-3/+1
* Test the impact on stability of not uplodaing any eventsjar@chromium.org2011-09-201-4/+6
* Force synchrous writing of "ExitedCleanly" prefs during shutdownjar@chromium.org2011-09-171-0/+14
* Rearrange and validate clean-shutdown UMA statjar@chromium.org2011-09-101-4/+23
* Force write of clean shutdown bit ASAP to try to help statsjar@chromium.org2011-09-051-0/+6
* Add local histogram to see what UMA pageloads arejar@chromium.org2011-09-021-0/+1
* Treat files downloaded from the address bar as "always safe" (including exten...pkasting@chromium.org2011-08-301-3/+3
* Disable Instant field trial as soon as UMA or Suggest is disabled.sreeram@chromium.org2011-08-211-0/+15
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-1/+1
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-5/+5
* Profiles: Clear all BROWSER_OPENED usageerg@google.com2011-08-121-1/+1
* Profiles: Bookmark notifications should listen to only a specific profile.erg@chromium.org2011-08-091-1/+1
* wstring: remove wstrings from ChildProcessInfoevan@chromium.org2011-08-051-8/+9
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-291-1/+1