Bug 1729970 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> There is a field in clients_daily called user_pref_browser_search_suggest_enabled. I think that this field records the current value of the client's browser.urlbar.quicksuggest.enabled preferences

That field records the value of `browser.search.suggest.enabled` which is distinct from `browser.urlbar.suggest.quicksuggest`. The former is listed in DEFAULT_ENVIRONMENT_PREFS:

https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/app/TelemetryEnvironment.jsm#254

I believe a similar entry for each of `browser.urlbar.quicksuggest.enabled` and `browser.urlbar.suggest.quicksuggest.sponsored`  would unblock us here. I'm hoping that chutten can chime in here to confirm.
> There is a field in clients_daily called user_pref_browser_search_suggest_enabled. I think that this field records the current value of the client's browser.urlbar.quicksuggest.enabled preferences

That field records the value of `browser.search.suggest.enabled` which is distinct from `browser.urlbar.suggest.quicksuggest`. The former is listed in DEFAULT_ENVIRONMENT_PREFS:

https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/app/TelemetryEnvironment.jsm#254

I believe a similar entry for each of `browser.urlbar.suggest.quicksuggest` and `browser.urlbar.suggest.quicksuggest.sponsored`  would unblock us here. I'm hoping that chutten can chime in here to confirm.

Back to Bug 1729970 Comment 7