Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The ChromeFrame UMA upload currently occurs every 30 seconds which is ↵ | ananta@chromium.org | 2010-06-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | incorrect. We should emulate Chrome's upload model where there is an initial UMA upload followed by subsequent uploads every 30 minutes. The initial chrome frame UMA upload now occurs after 30 seconds followed by one every 10 minutes. Bug=46057 Review URL: http://codereview.chromium.org/2840010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50249 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Add support for uploading UMA metrics data from ChromeFrame. Added support ↵ | ananta@chromium.org | 2010-06-11 | 1 | -0/+146 |
for tracking chrome frame crash metrics via 2 new counters which track successful navigations and crashes. These counters are persisted in the registry under HKCU\Software\Google\ChromeFrameMetrics. Any other histogram data like AutomationServer launch time, IE versions etc are simply dropped if IE is shutdown before they are sent out. The metrics data is uploaded on similar lines as Chrome. Bug=46057 Review URL: http://codereview.chromium.org/2714003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49493 0039d316-1c4b-4281-b951-d872f2087c98 |