From 19937ea5249172b7dc420fb823fe64216bac5be3 Mon Sep 17 00:00:00 2001 From: Milan Sreckovic Date: Tue, 4 Apr 2017 11:53:07 -0400 Subject: [PATCH] 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 --- toolkit/components/telemetry/Histograms.json | 20 ++++++-------------- toolkit/crashreporter/content/crashes.js | 2 -- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/toolkit/components/telemetry/Histograms.json b/toolkit/components/telemetry/Histograms.json index 9ff260586e62..124b6626bc9d 100644 --- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -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, diff --git a/toolkit/crashreporter/content/crashes.js b/toolkit/crashreporter/content/crashes.js index 861b0d80a423..8ce75471814b 100644 --- a/toolkit/crashreporter/content/crashes.js +++ b/toolkit/crashreporter/content/crashes.js @@ -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);