mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 911246 - Enable incremental cycle collection by default. r=smaug
This commit is contained in:
parent
fc34b381b1
commit
9eb8ddc7a9
@ -750,7 +750,7 @@ pref("dom.sysmsg.enabled", false);
|
|||||||
// Enable pre-installed applications.
|
// Enable pre-installed applications.
|
||||||
pref("dom.webapps.useCurrentProfile", false);
|
pref("dom.webapps.useCurrentProfile", false);
|
||||||
|
|
||||||
pref("dom.cycle_collector.incremental", false);
|
pref("dom.cycle_collector.incremental", true);
|
||||||
|
|
||||||
// Parsing perf prefs. For now just mimic what the old code did.
|
// Parsing perf prefs. For now just mimic what the old code did.
|
||||||
#ifndef XP_WIN
|
#ifndef XP_WIN
|
||||||
|
Loading…
Reference in New Issue
Block a user