mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 998246 part 1 - Add pref for Web Animations API; r=dbaron
This commit is contained in:
parent
af21632c4d
commit
86dada1a20
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user