Bug 1772552 - Enable BFCache for pages with beforeunload event listeners on Desktop on EARLY_BETA_OR_EARLIER r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D151267
This commit is contained in:
Sean Feng 2022-07-11 14:33:51 +00:00
parent f8ccd3e0e0
commit b6ee73153a

View file

@ -1903,7 +1903,7 @@
# This only works when sessionHistoryInParent is enabled. # This only works when sessionHistoryInParent is enabled.
- name: docshell.shistory.bfcache.ship_allow_beforeunload_listeners - name: docshell.shistory.bfcache.ship_allow_beforeunload_listeners
type: bool type: bool
value: @IS_NIGHTLY_BUILD@ value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always mirror: always
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
@ -6795,7 +6795,7 @@
# ShadowRealms: https://github.com/tc39/proposal-shadowrealm # ShadowRealms: https://github.com/tc39/proposal-shadowrealm
- name: javascript.options.experimental.shadow_realms - name: javascript.options.experimental.shadow_realms
# Atomic, as we assert the preference, and that assertion may happen # Atomic, as we assert the preference, and that assertion may happen
# in a worker. # in a worker.
type: RelaxedAtomicBool type: RelaxedAtomicBool
value: false value: false
mirror: always mirror: always