Migrate about:preferences#experimental to Nimbus
Categories
(Firefox :: Settings UI, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
(Regressed 1 open bug)
Details
Attachments
(2 files)
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 2•8 months ago
|
||
No this is the actual "replace the guts of labs" bug
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 4•6 months ago
|
||
Updated•6 months ago
|
Updated•5 months ago
|
Backed out for causing multiple bc failures
Assignee | ||
Comment 8•5 months ago
|
||
browser_genai_init.js is currently failing due to expecting Firefox Labs
to always render in about:preferences. However, now that it is driven by
Nimbus, it only render if we know about any opt-in experiments. Since
the test doesn't create any, Firefox Labs doesn't render and the test
fails.
However, the test only waits for an observer notification and stubs out
that actual implementation that builds the page. If we emit this
notification when we decide not to render Firefox Labs then the test
will fail.
This will be removed in bug 1951311.
Assignee | ||
Updated•5 months ago
|
Comment 10•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e4ec27d13a50
https://hg.mozilla.org/mozilla-central/rev/051e26824c95
Description
•