Files
pkgsrc-ng/www/firefox/patches/patch-modules_libpref_init_all.js
2016-11-18 22:39:22 +01:00

16 lines
652 B
JavaScript

$NetBSD: patch-modules_libpref_init_all.js,v 1.5 2016/08/06 08:46:59 ryoon Exp $
* Improve stability under NetBSD.
--- modules/libpref/init/all.js.orig 2016-07-25 20:22:05.000000000 +0000
+++ modules/libpref/init/all.js
@@ -4540,7 +4540,7 @@ pref("device.sensors.enabled", true);
pref("device.storage.enabled", false);
// Toggle which thread the HTML5 parser uses for stream parsing
-pref("html5.offmainthread", true);
+pref("html5.offmainthread", false);
// Time in milliseconds between the time a network buffer is seen and the
// timer firing when the timer hasn't fired previously in this parse in the
// off-the-main-thread HTML5 parser.