summaryrefslogtreecommitdiffstats
path: root/modules/libpref/init
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-14 19:04:25 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-14 19:04:25 +0000
commitb3d380b4ea683bd5a02198876333455b2cd3cb69 (patch)
tree97b49598b06106e487076377dd5ce62d77314c8c /modules/libpref/init
parentabc58d2ed0fd7739b31be78d6338ae79206ce879 (diff)
downloadUXP-b3d380b4ea683bd5a02198876333455b2cd3cb69.tar
UXP-b3d380b4ea683bd5a02198876333455b2cd3cb69.tar.gz
UXP-b3d380b4ea683bd5a02198876333455b2cd3cb69.tar.lz
UXP-b3d380b4ea683bd5a02198876333455b2cd3cb69.tar.xz
UXP-b3d380b4ea683bd5a02198876333455b2cd3cb69.zip
Issue #1689 - Part 5: Enable DOM Animations API except the preffed-off parts.
This enables the DOM Animations API core functions with the exception of those parts that are either unimplemented or not ready for use, which have been preffed off in this issue's previous parts. Also tag #1319 for enabling a previous RELEASE_OR_BETA shielded API.
Diffstat (limited to 'modules/libpref/init')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index a8799f69a..c8ce1ac35 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2710,11 +2710,7 @@ pref("layout.idle_period.required_quiescent_frames", 2);
pref("layout.idle_period.time_limit", 1);
// Is support for the Web Animations API enabled?
-#ifdef RELEASE_OR_BETA
-pref("dom.animations-api.core.enabled", false);
-#else
pref("dom.animations-api.core.enabled", true);
-#endif
pref("dom.animations-api.timelines.enabled", false);
pref("dom.animations-api.implicit-keyframes.enabled", false);