Closed
Bug 1641929
Opened 3 years ago
Closed 3 years ago
Disable Fission when Firefox is started in Safe Mode
Categories
(Core :: DOM: Content Processes, enhancement, P3)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: cpeterson, Assigned: u608768)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
We always enable Fission if the fission.autostart
pref is true, even in Safe Mode. If a user is running into Fission stability problems, they won't be able to start Firefox to disable the fission.autostart
pref if we enable Fission in Safe Mode.
We should probably fix this bug for Fission M6a because early dogfood testers are the users most likely to hit Fission stability issues.
This makes it easier to consider special conditions when checking the pref. It
currently returns false if safe mode is enabled.
Updated•3 years ago
|
Attachment #9155094 -
Attachment description: Bug 1641929 - Replace uses of StaticPrefs::fission_autostart() with the new getter, r?nika → Bug 1641929 - Replace uses of StaticPrefs::fission_autostart() with FissionAutostart(), r?nika
Pushed by kmadan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/746a612cdaa0 Add a fission.autostart getter, r=nika https://hg.mozilla.org/integration/autoland/rev/15b66aaa0226 Replace uses of StaticPrefs::fission_autostart() with FissionAutostart(), r=nika https://hg.mozilla.org/integration/autoland/rev/17a0438d49cc Prevent fission.autostart from changing at runtime and mark it as do_not_use_directly, r=nika
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/746a612cdaa0
https://hg.mozilla.org/mozilla-central/rev/15b66aaa0226
https://hg.mozilla.org/mozilla-central/rev/17a0438d49cc
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•