summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Add histograms showing the breakdown of exit codes for renderer/extension cra...eroman@chromium.org2012-06-151-3/+83
* Move guid generation from chrome/common/ to base/.marja@chromium.org2012-06-141-2/+2
* Remove VLOGs from MetricsServiceisherman@chromium.org2012-06-131-59/+1
* Add a histogram to track UMA upload creation success vs. failure rate.isherman@chromium.org2012-06-131-3/+3
* [Metrics] Re-try failed protocol buffer uploads as well as failed XML uploads.isherman@chromium.org2012-06-121-115/+97
* Fix typo: asynchronus -> asynchronousisherman@chromium.org2012-06-081-10/+10
* Explicitly check reporting state when returning the entropy source.stevet@chromium.org2012-05-251-5/+8
* Add a non-identfying entropy source to MetricsService and use it in FieldTria...stevet@chromium.org2012-05-241-0/+49
* Expand UMA upload success vs. failure histogram to explicitly track network f...isherman@chromium.org2012-05-231-0/+3
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-3/+3
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-1/+1
* Add histograms to track UMA upload success vs. failure rates.isherman@chromium.org2012-05-171-4/+33
* Add logging of Google Update configuration/statistics to UMA report.ryanmyers@chromium.org2012-05-141-2/+45
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-111-1/+1
* [ChromeFrame] Upload metrics data to both the XML and the protocol buffer pip...isherman@chromium.org2012-05-091-9/+2
* Keep track of pending uploads when persisting metrics logsstuartmorgan@chromium.org2012-05-031-1/+6
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-1/+4
* [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-251-11/+34
* Revert 133773 - [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-241-34/+11
* [UMA] Add performance profile data to UMA uploads.isherman@chromium.org2012-04-241-11/+34
* cros: Log per-process memory use on low memory eventsjamescook@chromium.org2012-04-201-1/+1
* Don't cache the IO thread in the MetricsServiceisherman@chromium.org2012-04-191-5/+5
* Move notifications used only in chrome/ out of content/.avi@chromium.org2012-04-161-6/+6
* Fix a DCHECK in the MetricsService implementation.isherman@chromium.org2012-03-271-2/+7
* Revert 128369 - Histogram times surrounding render crashesjar@chromium.org2012-03-231-48/+12
* [UMA] Fully fill out the SystemProfileProto for each upload.isherman@chromium.org2012-03-231-0/+1
* Histogram times surrounding render crashesjar@chromium.org2012-03-231-12/+48
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-221-3/+3
* Revert 127579 - Launch HTTP pipelining compatibility field trial for 1% of ca...simonjam@chromium.org2012-03-201-5/+3
* Launch HTTP pipelining compatibility field trial for 1% of canary users.simonjam@chromium.org2012-03-201-3/+5
* Convert LogKeywords() into LogNumKeywords(). This avoids passing a const Tem...pkasting@chromium.org2012-03-161-6/+4
* Move LoadNotificationDetails to content/public/browser and put it in the cont...tfarina@chromium.org2012-03-111-5/+6
* Add a disabled FieldTrial for HTTP pipelining compatibility.simonjam@chromium.org2012-03-091-1/+8
* Convert uses of int ms to TimeDelta in chrome/browser and net (second try).tedvessenes@gmail.com2012-03-081-2/+2
* Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net.rsleevi@chromium.org2012-03-041-2/+2
* Convert uses of int ms to TimeDelta in chrome/browser and net.tedvessenes@gmail.com2012-03-041-2/+2
* Begin to separate the MetricsService logic for creating vs uploading logsstuartmorgan@chromium.org2012-03-011-54/+61
* Upload UMA data using protocol buffers.isherman@chromium.org2012-02-291-48/+142
* Eliminate race condition in MetricsService and re-enable WizardControllerTestdpolukhin@chromium.org2012-02-281-10/+11
* Revert 123901 - Upload UMA data using protocol buffers.cpu@chromium.org2012-02-281-142/+48
* Upload UMA data using protocol buffers.isherman@chromium.org2012-02-281-48/+142
* Fix regression in empty client_id being used for field trials that happen on ...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