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 ac1beef5c10a114afe18897d5d3ced24ac378b92 Author: wolfbeast <mcwerewolf@wolfbeast.com> Date: Sat Jan 19 11:18:41 2019 +0100 Disable IntersectionObserver API because of crashes. See #934 and #935. --- modules/libpref/init/all.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 21e36bf..443fb3d 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -213,7 +213,8 @@ pref("dom.requestIdleCallback.enabled", true); // Enable Intersection Observers // See WD https://www.w3.org/TR/intersection-observer/ -pref("dom.IntersectionObserver.enabled", true); +// Disabled for now because of crashes. See #934 and #935 +pref("dom.IntersectionObserver.enabled", false); // 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