Open Bug 1947003 Opened 11 months ago Updated 11 months ago

Consider removing dom.noopener.newprocess.enabled pref

Categories

(Core :: DOM: Navigation, task)

task

Tracking

()

People

(Reporter: gregp, Unassigned)

References

(Blocks 1 open bug)

Details

This pref was introduced in bug 1365032.

My understanding is that this pref is ignored when Fission is enabled. Is there still value in being able to turn it off?

NI for question in comment 0

Flags: needinfo?(nika)

Yes, this pref is treated as-if it is disabled when Fission is enabled, so the code behind this pref is only usable when Fission is disabled (i.e. only on Android atm).

I don't think we'd want to remove the ability to turn it off, but we may want to remove the ability to turn it on in the near future, as it'd be nice to remove the corresponding mostly-dead codepath. I'd like the ability to turn it off to stick around for now in case we find a problem with the codepath guarded by this pref and need to emergency disable it on Android in a dot release or similar.

Flags: needinfo?(nika)
You need to log in before you can comment on or make changes to this bug.