commit 1908f81f8fdc01e58e313bbfa51d2d9d026e2bd9
parent daadb1590f29050c357202d50dfa5380dcdcf0d9
Author: Daisuke Akatsuka <daisuke@birchill.co.jp>
Date: Wed, 5 Nov 2025 20:13:42 +0000
Bug 1996169: Remove browser.urlbar.quicksuggest.dataCollection.enabled from TelemetryEnvironment r=toolkit-telemetry-reviewers,adw
Differential Revision: https://phabricator.services.mozilla.com/D271346
Diffstat:
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/toolkit/components/telemetry/app/TelemetryEnvironment.sys.mjs b/toolkit/components/telemetry/app/TelemetryEnvironment.sys.mjs
@@ -255,10 +255,6 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
"browser.urlbar.dnsResolveSingleWordsAfterSearch",
{ what: RECORD_DEFAULTPREF_VALUE },
],
- [
- "browser.urlbar.quicksuggest.dataCollection.enabled",
- { what: RECORD_DEFAULTPREF_VALUE },
- ],
["browser.urlbar.showSearchSuggestionsFirst", { what: RECORD_PREF_VALUE }],
["browser.urlbar.showSearchTerms.enabled", { what: RECORD_PREF_VALUE }],
[
diff --git a/toolkit/components/telemetry/docs/data/environment.rst b/toolkit/components/telemetry/docs/data/environment.rst
@@ -393,8 +393,6 @@ The following is a partial list of `collected preferences <https://searchfox.org
- ``browser.urlbar.quicksuggest.onboardingDialogChoice``: The user's choice in the Firefox Suggest onboarding dialog. If the dialog was shown multiple times, this records the user's most recent choice. Values are the following. Empty string: The user has not made a choice (e.g., because the dialog hasn't been shown). ``accept_2`` is recorded when the user accepts the dialog and opts in, ``reject_2`` is recorded when the user rejects the dialog and opts out, ``learn_more_1`` is recorded when the user clicks "Learn more" on the introduction section (the user remains opted out), ``learn_more_2`` is recorded when the user clicks "Learn more" on the main section (the user remains opted out), ``close_1`` is recorded when the user clicks close button on the introduction section (the user remains opted out), ``not_now_2`` is recorded when the user clicks "Not now" link on main section (the user remains opted out), ``dismiss_1`` recorded when the user dismisses the dialog on the introduction section (the user remains opted out), ``dismiss_2`` recorded when the user dismisses the dialog on main (the user remains opted out).
-- ``browser.urlbar.quicksuggest.dataCollection.enabled``: Whether the user has opted in to data collection for Firefox Suggest. This pref is set to true when the user opts in to the Firefox Suggest onboarding dialog modal. The user can also toggle the pref using a toggle switch in the Firefox Suggest preferences UI.
-
- ``browser.urlbar.showSearchTerms.enabled``: True if to show the search term in the urlbar while on a default search engine results page.
- ``browser.urlbar.suggest.quicksuggest.sponsored``: True if sponsored Firefox Suggest suggestions are enabled in the urlbar.