Backed out 2 changesets (bug 1715300) for causing devtool and wpt failures.

Backed out changeset 29c787c733cf (bug 1715300)
Backed out changeset 435ccebf197a (bug 1715300)
This commit is contained in:
Alexandru Michis 2021-06-10 11:38:16 +03:00
Родитель 5c483b46df
Коммит 9cd990dfdf
3 изменённых файлов: 1 добавлений и 21 удалений

Просмотреть файл

@ -14,13 +14,7 @@ const TEST_URI =
add_task(async function setup() {
await SpecialPowers.pushPrefEnv({
set: [
["privacy.window.name.update.enabled", true],
// https://bugzilla.mozilla.org/show_bug.cgi?id=1711544
// Disable bfcache for Fission for now.
// If Fission is disabled, the pref is no-op.
["fission.bfcacheInParent", false],
],
set: [["privacy.window.name.update.enabled", true]],
});
});

Просмотреть файл

@ -4007,12 +4007,7 @@
# If session history is stored in the parent process, enable bfcache for it.
- name: fission.bfcacheInParent
type: bool
#if defined(MOZ_WIDGET_ANDROID)
# Disabled for now because of a test failure in AccessibilityTest.kt
value: false
#else
value: true
#endif
mirror: always
do_not_use_directly: true

Просмотреть файл

@ -22,15 +22,6 @@ const FOLDER = getRootDirectory(gTestPath).replace(
"http://mochi.test:8888/"
);
add_task(async function setup() {
await SpecialPowers.pushPrefEnv({
// https://bugzilla.mozilla.org/show_bug.cgi?id=1711676
// Disable bfcache for Fission for now.
// If Fission is disabled, the pref is no-op.
set: [["fission.bfcacheInParent", false]],
});
});
add_task(async function() {
let tab = await BrowserTestUtils.openNewForegroundTab(
gBrowser,