Backed out 2 changesets (bug 1715300) for causing wpt failures in metadata/prefetch.https and bc failures in browser_aboutCertError.js

CLOSED TREE

Backed out changeset 15b6ae49e509 (bug 1715300)
Backed out changeset 6dc09e2d617c (bug 1715300)
This commit is contained in:
Alexandru Michis 2021-06-10 18:41:36 +03:00
Родитель b9be72a526
Коммит af8e5d37fd
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]],
});
});

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

@ -4012,12 +4012,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,