Backed out changeset 8ae2da51010e (bug 1522919) for mochitest failures on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2019-02-19 22:24:02 +02:00
Родитель 342127c75f
Коммит 33a769d893
4 изменённых файлов: 0 добавлений и 39 удалений

Просмотреть файл

@ -4,7 +4,6 @@
var Fingerprinting = { var Fingerprinting = {
PREF_ENABLED: "privacy.trackingprotection.fingerprinting.enabled", PREF_ENABLED: "privacy.trackingprotection.fingerprinting.enabled",
telemetryIdentifier: "fp",
strings: { strings: {
get subViewBlocked() { get subViewBlocked() {
@ -115,7 +114,6 @@ var Fingerprinting = {
var Cryptomining = { var Cryptomining = {
PREF_ENABLED: "privacy.trackingprotection.cryptomining.enabled", PREF_ENABLED: "privacy.trackingprotection.cryptomining.enabled",
telemetryIdentifier: "cm",
strings: { strings: {
get subViewBlocked() { get subViewBlocked() {

Просмотреть файл

@ -1406,12 +1406,6 @@ BrowserGlue.prototype = {
} }
} }
Services.telemetry.scalarSet("contentblocking.exceptions", exceptions); Services.telemetry.scalarSet("contentblocking.exceptions", exceptions);
let fpEnabled = Services.prefs.getBoolPref("privacy.trackingprotection.fingerprinting.enabled");
let cmEnabled = Services.prefs.getBoolPref("privacy.trackingprotection.cryptomining.enabled");
Services.telemetry.scalarSet("contentblocking.fingerprinting_blocking_enabled", fpEnabled);
Services.telemetry.scalarSet("contentblocking.cryptomining_blocking_enabled", cmEnabled);
}, },
_sendMediaTelemetry() { _sendMediaTelemetry() {

Просмотреть файл

@ -808,7 +808,6 @@ security.ui.identitypopup:
bug_numbers: bug_numbers:
- 1484251 - 1484251
- 1522256 - 1522256
- 1522919
description: > description: >
How many times the control center was opened. How many times the control center was opened.
Keyed by the state of the content blocking shield, where the shield-showing key indicates Keyed by the state of the content blocking shield, where the shield-showing key indicates
@ -823,8 +822,6 @@ security.ui.identitypopup:
record_in_processes: record_in_processes:
- main - main
extra_keys: extra_keys:
fp: Whether Fingerprinter blocking was active while the user opened the popup
cm: Whether Cryptominer blocking was active while the user opened the popup
tp: Whether Tracking Protection was active while the user opened the popup tp: Whether Tracking Protection was active while the user opened the popup
cr: Whether Cookie Restrictions was active while the user opened the popup cr: Whether Cookie Restrictions was active while the user opened the popup
products: products:
@ -857,8 +854,6 @@ security.ui.identitypopup:
record_in_processes: record_in_processes:
- main - main
extra_keys: extra_keys:
fp: Whether Fingerprinter blocking was active while the user interacted with the UI
cm: Whether Cryptominer blocking was active while the user interacted with the UI
tp: Whether Tracking Protection was active while the user interacted with the UI tp: Whether Tracking Protection was active while the user interacted with the UI
cr: Whether Cookie Restrictions was active while the user interacted with the UI cr: Whether Cookie Restrictions was active while the user interacted with the UI
products: products:

Просмотреть файл

@ -480,32 +480,6 @@ contentblocking:
release_channel_collection: opt-out release_channel_collection: opt-out
record_in_processes: record_in_processes:
- main - main
cryptomining_blocking_enabled:
bug_numbers:
- 1522919
description: >
True if cryptominer blocking is enabled globally at startup.
expires: never
kind: boolean
notification_emails:
- aedelstein@mozilla.com
- seceng-telemetry@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- main
fingerprinting_blocking_enabled:
bug_numbers:
- 1522919
description: >
True if fingerprinter blocking is enabled globally at startup.
expires: never
kind: boolean
notification_emails:
- aedelstein@mozilla.com
- seceng-telemetry@mozilla.com
release_channel_collection: opt-out
record_in_processes:
- main
sandbox: sandbox:
no_job: no_job: