Show Firefox logo when pocket is enabled if "logowordmark.alwaysAvailable" is set to true
Categories
(Firefox :: New Tab Page, task, P1)
Tracking
()
People
(Reporter: prathiksha, Assigned: prathiksha)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•5 years ago
|
||
Comment on attachment 9198699 [details]
Bug 1688189 - Show Firefox logo when pocket is enabled if logowordmark.alwaysAvailable is set to true.
Beta/Release Uplift Approval Request
- User impact if declined: No effect on users. We cannot perform our experiment as desired on a small group of users in Firefox 86.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Steps to reproduce:
-
Set
browser.newtabpage.activity-stream.newNewtabExperience.enabled
to true. -
Check that
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
is set to false by default and verify that the logo and wordmark are visible on the newtab page only when all sections except search are hidden. -
Set
browser.newtabpage.activity-stream.logowordmark.alwaysVisible
to true and verify that the logo and wordmark are visible on the newtab page at all times even if Pocket and Highlights are visible.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It shouldn't affect most users in release. This change only affects our experiment and it is covered by automated tests.
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Comment on attachment 9198699 [details]
Bug 1688189 - Show Firefox logo when pocket is enabled if logowordmark.alwaysAvailable is set to true.
Approved for beta 2
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
I have verified that while the browser.newtabpage.activity-stream.logowordmark.alwaysVisible
is set to false
the logo is only displayed when ALL sections (except Snippets) are disabled. And have verified that when it is set to true
the logo will always be displayed regardless of which sections are enabled/disabled.
The above verification was performed on the latest Firefox Nightly 87.0a1 (BuildID 20210127093943) and the latest Beta 86.0b2 (BuildID 20210126185730) using Windows 10, macOS 10.15, LinuxMX 4.19.
Description
•