Bug 1344676 - Remove XHR_IN_WORKER telemetry ID, r=qdot

This commit is contained in:
Andrea Marchesini 2017-03-07 08:46:18 +01:00
parent ea587b3c8c
commit 1dd8d720eb
2 changed files with 0 additions and 9 deletions

View File

@ -1582,8 +1582,6 @@ XMLHttpRequestWorker::Construct(const GlobalObject& aGlobal,
WorkerPrivate* workerPrivate = GetWorkerPrivateFromContext(cx);
MOZ_ASSERT(workerPrivate);
Telemetry::Accumulate(Telemetry::XHR_IN_WORKER, 1);
RefPtr<XMLHttpRequestWorker> xhr = new XMLHttpRequestWorker(workerPrivate);
if (workerPrivate->XHRParamsAllowed()) {

View File

@ -10740,13 +10740,6 @@
"description": "OpenGL 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]
},
"XHR_IN_WORKER": {
"alert_emails": ["amarchesini@mozilla.com"],
"expires_in_version": "55",
"kind": "count",
"bug_numbers": [1280229],
"description": "Number of the use of XHR in workers."
},
"WEBVTT_TRACK_KINDS": {
"alert_emails": ["alwu@mozilla.com"],
"expires_in_version": "55",