Bug 998246 part 1 - Add pref for Web Animations API; r=dbaron

This commit is contained in:
Brian Birtles 2014-05-13 16:22:11 +09:00
parent af21632c4d
commit 86dada1a20

View File

@ -1940,6 +1940,13 @@ pref("layout.display-list.dump", false);
// heavily loaded.
pref("layout.frame_rate.precise", false);
// Is support for the Web Animations API enabled?
#ifdef RELEASE_BUILD
pref("dom.animations-api.core.enabled", false);
#else
pref("dom.animations-api.core.enabled", true);
#endif
// pref to permit users to make verified SOAP calls by default
pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");