Bug 1798793 - Add search tip message for showSearchTerms feature - r=adw,fluent-reviewers,flod
The showSearchTerms feature has a search tip that should appear on the users default search engine results page. The design and copy for the feature are in this Figma file: https://www.figma.com/file/Ock0cYjzi7I1GmcctqOr9K/Search-settings-updates?node-id=352%3A9183 Differential Revision: https://phabricator.services.mozilla.com/D161186
This commit is contained in:
@@ -347,6 +347,9 @@ const PREF_URLBAR_DEFAULTS = new Map([
|
||||
// The number of times the user has been shown the onboarding search tip.
|
||||
["tipShownCount.searchTip_onboard", 0],
|
||||
|
||||
// The number of times the user has been shown the urlbar persisted search tip.
|
||||
["tipShownCount.searchTip_persist", 0],
|
||||
|
||||
// The number of times the user has been shown the redirect search tip.
|
||||
["tipShownCount.searchTip_redirect", 0],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user