зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7c1eb5dfdd
Коммит
df7b286303
|
@ -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>`_).
|
||||
|
|
Загрузка…
Ссылка в новой задаче