Add Fission Feature Gate to about:preferences' "Nightly Experiments" section
Categories
(Firefox :: Settings UI, task, P3)
Tracking
()
People
(Reporter: cpeterson, Assigned: jaws)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
(Fission probably won't be ready to be listed in the Experimental Features section until August or September. This bug is a placeholder reminder for the Fission team.)
We will need to add Fission to toolkit/components/featuregates/Features.toml. See https://firefox-source-docs.mozilla.org/toolkit/components/featuregates/featuregates/index.html for instructions.
Features.toml entry schema:
restart-required = true
preference = "fission.autostart"
type = "boolean"
is-public = true
default-value = false
We'll also need to add Fission documentation to MDN's Experimental Features page:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features
Reporter | ||
Comment 1•4 years ago
|
||
Deferring to Fission M7 Beta because listing Fission to Nightly's Experimental Features UI doesn't block running our A/B experiment.
Reporter | ||
Comment 2•4 years ago
|
||
Moving back to Fission M6b because we'd like to promote Fission in Nightly's "Nightly Experiments" UI before we run our Nightly A/B experiment. Our current plan is to fix this bug near the end of August.
Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Reporter | ||
Comment 4•4 years ago
|
||
We don't want to show Fission in the Nightly Experiments until the end of August, so maybe don't land until Fx82 Nightly starts on August 24?
We want to fix some more stability bugs and finish Fission session history (meta bug 1467221) first.
Assignee | ||
Comment 5•4 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #4)
We don't want to show Fission in the Nightly Experiments until the end of August, so maybe don't land until Fx82 Nightly starts on August 24?
We want to fix some more stability bugs and finish Fission session history (meta bug 1467221) first.
No worries, I had this in my triage queue and figured I would just write the patch as a fast way to clear it from my queue ;)
Reporter | ||
Comment 6•4 years ago
|
||
Waiting for Fission printing (bug 1480547) and session history (bug 1467221) to be fixed before we land this patch.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Don't need to block on printing but definitely on session history.
Updated•4 years ago
|
Reporter | ||
Comment 8•4 years ago
|
||
Note that we're adding some new Fission prefs (in bug 1660057) to support our Normandy experiment, but Nika assures me this checkbox patch still only needs to read/write the fission.autostart
pref. So no changes to the current patch should be needed!
Updated•4 years ago
|
Comment 10•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Reporter | ||
Updated•3 years ago
|
Description
•