зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 0568cca2f4bb (bug 1718267) for causing xpc failures in netwerk/test/unit/test_predictor. CLOSED TREE
This commit is contained in:
Родитель
0f8a9092da
Коммит
c86cd1bc00
|
@ -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 = {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче