[X2Go-Commits] [pale-moon] 27/102: Revert "Disable IntersectionObserver API because of crashes."
git-admin at x2go.org
git-admin at x2go.org
Mon Feb 25 23:25:45 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch upstream/28.4.0
in repository pale-moon.
commit 5ef0018a5685d4fef77bd714208efdf86aae85b1
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date: Sat Jan 19 16:26:35 2019 +0100
Revert "Disable IntersectionObserver API because of crashes."
This reverts commit ac1beef5c10a114afe18897d5d3ced24ac378b92.
---
modules/libpref/init/all.js | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 443fb3d..21e36bf 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -213,8 +213,7 @@ pref("dom.requestIdleCallback.enabled", true);
// Enable Intersection Observers
// See WD https://www.w3.org/TR/intersection-observer/
-// Disabled for now because of crashes. See #934 and #935
-pref("dom.IntersectionObserver.enabled", false);
+pref("dom.IntersectionObserver.enabled", true);
// Whether the Gamepad API is enabled
pref("dom.gamepad.enabled", true);
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git
More information about the x2go-commits
mailing list