Backed out changeset 0568cca2f4bb (bug 1718267) for causing xpc failures in netwerk/test/unit/test_predictor. CLOSED TREE

This commit is contained in:
Sandor Molnar 2021-09-14 00:26:22 +03:00
Родитель 0f8a9092da
Коммит c86cd1bc00
2 изменённых файлов: 1 добавлений и 6 удалений

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

@ -9905,7 +9905,7 @@
# this pref should be removed at some point in the future. # this pref should be removed at some point in the future.
- name: network.cache.bug1708673 - name: network.cache.bug1708673
type: RelaxedAtomicBool type: RelaxedAtomicBool
value: false value: true
mirror: always mirror: always
# This is used for a temporary workaround for a web-compat issue. If pref is # This is used for a temporary workaround for a web-compat issue. If pref is

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

@ -56,11 +56,6 @@ add_task(async function test() {
); );
}); });
Services.prefs.setBoolPref("network.cache.bug1708673", true);
registerCleanupFunction(() => {
Services.prefs.clearUserPref("network.cache.bug1708673");
});
let asyncDoomVisitor = new Promise(resolve => { let asyncDoomVisitor = new Promise(resolve => {
let doomTasks = []; let doomTasks = [];
let visitor = { let visitor = {