Restrict adjust-to-low-end-hardware feature to nightly-only for now
Categories
(Firefox :: General, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: mconley, Assigned: Gijs)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This will simplify rolling this out as a Shield experiment.
Originally, we had considered using https://github.com/nhnt11/multipreffer to flip the necessary prefs (performance.adjust_to_machine and performance.low_end_machine) to true.
The problem is, however, that there's code here:
that will clear the performance.low_end_machine pref in later Beta's, which we're starting to come up to.
Either we can aim to only run this experiment in an early Beta (in which case, we'll probably need to wait for Beta 67) with an add-on, or we need to land (and uplift?) a pref that turns this whole thing on or off for the experiment.
Reporter | ||
Comment 1•6 years ago
|
||
Hey Gijs, how safe and simple would it be to write and uplift a patch that allows us to toggle the "low end" state for qualified clients, without wiping it out until the end of the experiment?
Assignee | ||
Comment 2•6 years ago
|
||
Talked to Mike, we're going to make this live behind the single pref we already have, but just make sure it's always off on beta (for now).
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Description
•