From 9f96024af44e155a8eb9de3b40e5b7cc6145d0cc Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Tue, 13 Dec 2016 22:55:35 +0100 Subject: [PATCH] =?UTF-8?q?Bug=201282881=20-=20Remove=20telemetry=20probe?= =?UTF-8?q?=20for=20the=20=E2=80=9CZoom=20Text=20Only=E2=80=9D=20feature?= =?UTF-8?q?=20in=20Firefox=2053.=20r=3Dgfritzsche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- toolkit/components/telemetry/TelemetryEnvironment.jsm | 2 -- toolkit/components/telemetry/docs/data/environment.rst | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/toolkit/components/telemetry/TelemetryEnvironment.jsm b/toolkit/components/telemetry/TelemetryEnvironment.jsm index d867d3869a59..a448fbacb63f 100644 --- a/toolkit/components/telemetry/TelemetryEnvironment.jsm +++ b/toolkit/components/telemetry/TelemetryEnvironment.jsm @@ -143,8 +143,6 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([ ["browser.tabs.animate", {what: RECORD_PREF_VALUE}], ["browser.urlbar.suggest.searches", {what: RECORD_PREF_VALUE}], ["browser.urlbar.userMadeSearchSuggestionsChoice", {what: RECORD_PREF_VALUE}], - // Record "Zoom Text Only" pref in Firefox 50 to 52 (Bug 979323). - ["browser.zoom.full", {what: RECORD_PREF_VALUE}], ["devtools.chrome.enabled", {what: RECORD_PREF_VALUE}], ["devtools.debugger.enabled", {what: RECORD_PREF_VALUE}], ["devtools.debugger.remote-enabled", {what: RECORD_PREF_VALUE}], diff --git a/toolkit/components/telemetry/docs/data/environment.rst b/toolkit/components/telemetry/docs/data/environment.rst index b5765e018282..aef5341a9a91 100644 --- a/toolkit/components/telemetry/docs/data/environment.rst +++ b/toolkit/components/telemetry/docs/data/environment.rst @@ -324,7 +324,7 @@ The following is a partial list of collected preferences. - ``browser.urlbar.userMadeSearchSuggestionsChoice``: True if the user has clicked Yes or No in the urlbar's opt-in notification. Defaults to false. -- ``browser.zoom.full``: True if zoom is enabled for both text and images, that is if "Zoom Text Only" is not enabled. Defaults to true. Collection of this preference has been enabled in Firefox 50 and will be disabled again in Firefox 53 (`Bug 979323 `_). +- ``browser.zoom.full`` (deprecated): True if zoom is enabled for both text and images, that is if "Zoom Text Only" is not enabled. Defaults to true. This preference was collected in Firefox 50 to 52 (`Bug 979323 `_). - ``security.sandbox.content.level``: The meanings of the values are OS dependent, but 0 means not sandboxed for all OS. Details of the meanings can be found in the `Firefox prefs file `_.