summaryrefslogtreecommitdiffstats
path: root/chrome_frame/metrics_service.cc
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Fixes for a couple of ChromeFrame crashes seen in the latest dev channel buil...ananta@chromium.org2010-09-161-22/+67
* Delete the http_transaction_factory_ and http_auth_handler_factory_ pointers ...ananta@chromium.org2010-09-141-0/+2
* Fix a ChromeFrame crash which occurs while uploading UMA data. We use Chrome'...ananta@chromium.org2010-09-141-1/+13
* Fix a ChromeFrame crash which occurs while uploading metrics data. The crash ...ananta@chromium.org2010-09-031-118/+174
* Add ChromeFrame to the useragent string in outgoing UMA requests from ChromeF...ananta@chromium.org2010-08-271-0/+10
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-5/+4
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Cleanup: Break another common->app dependency.thestig@chromium.org2010-07-201-3/+2
* Compress and checksum pending logs that are going to be persisted. Persisted ...ziadh@chromium.org2010-07-191-6/+5
* The ChromeFrame UMA upload currently occurs every 30 seconds which is incorre...ananta@chromium.org2010-06-181-6/+20
* Move the crash metrics to the crash reproting lib to avoid a back dependency ...mad@google.com2010-06-121-1/+1
* Add support for uploading UMA metrics data from ChromeFrame. Added support fo...ananta@chromium.org2010-06-111-0/+467