Display Pin Private Browsing Promo based off Pref
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox105 | --- | verified |
People
(Reporter: pdahiya, Assigned: nsauermann)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In Fx105, we want to display pin promo on opening about:privatebrowsing when pref 'browser.promo.pin.enabled' is set to true.
Promotion will be showing 3 times a week (total lifetime 12) followed by Focus Promo with frequency 3 times a week(total lifetime 12).
To show/hide Pin promo based off pref 'browser.promo.pin.enabled' , we should move PB_NEWTAB_PIN_PROMO from PanelTestProvider.jsm to OnboardingMessageProvider.jsm and set 'browser.promo.pin.enabled' in firefox.js to false.
This will allow QA to test feature in Fx105 by flipping the pref
https://searchfox.org/mozilla-central/source/browser/components/newtab/lib/PanelTestProvider.jsm#665
Please note in Fx104 , Pin Promo can only be seen via Nimbus experiment such as
https://experimenter.services.mozilla.com/nimbus/pin-private-windows-to-taskbar
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Reporter | ||
Comment 2•2 years ago
|
||
NI @venetia if there is visibility into by when we will have finalized strings which can be submitted for localization thanks!
All the pin private windows strings are final! Figma is up-to-date!
Reporter | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Backed out changeset c64e5592dc67 (bug 1780429) for causing xpc failures in toolkit/modules/tests/xpcshell/test_BrowserUtils.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/3c1c16d99f7571fef4e487fbb95079d853a73bc0
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 9•2 years ago
|
||
I‘ve verified this enhancement using the latest Firefox Nightly 105.0a1 (Build ID: 20220809213127) on Windows 10 x64, macOS 12.3.1, and Linux Mint 20.2 x64.
- The “Pin Private Browsing” promo is displayed on “about:privatebrowsing” after flipping the “browser.promo.pin.enabled” pref to true.
- The promo is displayed on three consecutive tabs followed by “Firefox Focus” promo. (if the “Pin Private Browsing” promo is not dismissed/pinned)
- The “Pin Private Browsing” promo is shown 3 times a week (total lifetime 12) followed by the “Firefox Focus” promo which is also displayed 3 times a week (total lifetime 12).
- Also, the “Pin Private Browsing” promo is not shown on macOS and Linux distros, and the “Firefox Focus” promo is displayed even if the “browser.promo.pin.enabled” pref is set to true.
Description
•