aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/vendor.js
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-08-31 13:05:33 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-08-31 13:06:16 +0200
commit7d85339cc4e94836a5e86c619ce0b79964e79bc3 (patch)
tree6ac3a98fcecf0bbaa2d80e46c3cb666c8734f502 /testing/firefox/vendor.js
parent3f3c3d2b3c001e4c85f2fa9ef71ee7932e39aceb (diff)
downloadaports-7d85339cc4e94836a5e86c619ce0b79964e79bc3.tar.bz2
aports-7d85339cc4e94836a5e86c619ce0b79964e79bc3.tar.xz
main/firefox: disable OMTC due to crash with system cairo
System cairo and OMTC does not work well
Diffstat (limited to 'testing/firefox/vendor.js')
-rw-r--r--testing/firefox/vendor.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/firefox/vendor.js b/testing/firefox/vendor.js
index 2ef8b0d5b2..411803b61b 100644
--- a/testing/firefox/vendor.js
+++ b/testing/firefox/vendor.js
@@ -1,3 +1,5 @@
// Disable default browser checking.
pref("browser.shell.checkDefaultBrowser", false);
+// OMTC and system cairo is broken
+pref("layers.offmainthreadcomposition.enabled", false);