Add ability to disable WNP via whatsNewPage nimbus feature
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: aminomancer, Assigned: hanna_a)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
We currently have the ability to run experiments with multiple content variants of a whats new page, but we also want to run experiments with e.g. 90% treatment, 10% control. But we can't do that right now because the feature only supports changing the WNP URL. We need a new variable that will disable the feature, like this:
variables:
disableWNP:
description: >-
Completely block what's new pages bundled with updates. Used to compare
no-WNP control branches to WNP treatment branches.
type: boolean
setPref:
branch: user
pref: startup.homepage_override_nimbus_disable
And then check the pref in BrowserContentHandler and bail out of showing a WNP if it's enabled.
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Updated•8 months ago
|
Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Updated•7 months ago
|
Comment 4•7 months ago
|
||
Backed out changeset 6829ed75952b (bug 1898361) for causing build bustage at NimbusMessagingControllerTest.kt
Backout: https://hg.mozilla.org/integration/autoland/rev/5324082d4382820d3461e1411f2cdcc716c5403e
Failure logs:
https://treeherder.mozilla.org/logviewer?job_id=464950846&repo=autoland&lineNumber=1772
https://treeherder.mozilla.org/logviewer?job_id=464950888&repo=autoland&lineNumber=25124
Comment 6•7 months ago
|
||
Re-landing because it was backed out the wrong patch.
Comment 7•7 months ago
|
||
bugherder |
Assignee | ||
Updated•7 months ago
|
Description
•