Bug 1616820 - Add telemetry for browser.urlbar.openViewOnFocus. r=mak,chutten

Differential Revision: https://phabricator.services.mozilla.com/D63477

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2020-02-20 15:31:39 +00:00
Родитель 7c1eb5dfdd
Коммит df7b286303
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -252,6 +252,7 @@ const DEFAULT_ENVIRONMENT_PREFS = new Map([
["browser.startup.homepage", { what: RECORD_PREF_STATE }],
["browser.startup.page", { what: RECORD_PREF_VALUE }],
["toolkit.cosmeticAnimations.enabled", { what: RECORD_PREF_VALUE }],
["browser.urlbar.openViewOnFocus", { what: RECORD_PREF_VALUE }],
["browser.urlbar.suggest.searches", { what: RECORD_PREF_VALUE }],
["devtools.chrome.enabled", { what: RECORD_PREF_VALUE }],
["devtools.debugger.enabled", { what: RECORD_PREF_VALUE }],

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

@ -381,6 +381,8 @@ The following is a partial list of collected preferences.
- ``browser.search.suggest.enabled``: The "master switch" for search suggestions everywhere in Firefox (search bar, urlbar, etc.). Defaults to true.
- ``browser.urlbar.openViewOnFocus``: False if the user has disabled the "open top sites when focusing the address bar" feature. Defaults to true.
- ``browser.urlbar.suggest.searches``: True if search suggestions are enabled in the urlbar. Defaults to false.
- ``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 <https://bugzilla.mozilla.org/show_bug.cgi?id=979323>`_).