зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1353416: Remove the telemetry that counts the number of times users open about:crashes. Clean up some out of date e-mails and set the expiry on the D3D9 compositor probe. r=rhunt
MozReview-Commit-ID: Huw1XBAzULy --HG-- extra : rebase_source : 418da42433dbc239f8d347ee8033c0e0a2a49b4a
This commit is contained in:
Родитель
9a7ec19b09
Коммит
19937ea524
|
@ -1615,7 +1615,7 @@
|
|||
"description": "2D canvas used"
|
||||
},
|
||||
"CANVAS_WEBGL_ACCL_FAILURE_ID": {
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","bgirard@mozilla.com","msreckovic@mozilla.com"],
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "count",
|
||||
"keyed": true,
|
||||
|
@ -1623,7 +1623,7 @@
|
|||
"bug_numbers": [1272808]
|
||||
},
|
||||
"CANVAS_WEBGL_FAILURE_ID": {
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","bgirard@mozilla.com","msreckovic@mozilla.com"],
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "count",
|
||||
"keyed": true,
|
||||
|
@ -10883,25 +10883,17 @@
|
|||
"kind": "count",
|
||||
"releaseChannelCollection": "opt-out",
|
||||
"description": "Counts the number of times that about:tabcrashed was unloaded without submitting."
|
||||
},
|
||||
"ABOUTCRASHES_OPENED_COUNT": {
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","bgirard@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "55",
|
||||
"kind": "count",
|
||||
"bug_numbers": [1276714, 1276716],
|
||||
"description": "Number of times about:crashes has been opened.",
|
||||
"releaseChannelCollection": "opt-out"
|
||||
},
|
||||
"D3D9_COMPOSITING_FAILURE_ID": {
|
||||
"alert_emails": ["bgirard@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "59",
|
||||
"kind": "count",
|
||||
"keyed": true,
|
||||
"description": "D3D9 compositor runtime and dynamic failure IDs. This will record a count for each context creation success or failure. Each failure id is a unique identifier that can be traced back to a particular failure branch or blocklist rule.",
|
||||
"bug_numbers": [1002846]
|
||||
},
|
||||
"D3D11_COMPOSITING_FAILURE_ID": {
|
||||
"alert_emails": ["bgirard@mozilla.com"],
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "count",
|
||||
"keyed": true,
|
||||
|
@ -10909,7 +10901,7 @@
|
|||
"bug_numbers": [1002846]
|
||||
},
|
||||
"OPENGL_COMPOSITING_FAILURE_ID": {
|
||||
"alert_emails": ["bgirard@mozilla.com"],
|
||||
"alert_emails": ["gfx-telemetry-alerts@mozilla.com","msreckovic@mozilla.com"],
|
||||
"expires_in_version": "never",
|
||||
"kind": "count",
|
||||
"keyed": true,
|
||||
|
|
|
@ -51,8 +51,6 @@ function submitPendingReport(event) {
|
|||
|
||||
function populateReportList() {
|
||||
|
||||
Services.telemetry.getHistogramById("ABOUTCRASHES_OPENED_COUNT").add(1);
|
||||
|
||||
var prefService = Cc["@mozilla.org/preferences-service;1"].
|
||||
getService(Ci.nsIPrefBranch);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче