Bug 1618773 - Turn on dom.animations-api.implicit-keyframes.enabled and dom.animations-api.autoremove.enabled unconditionally; r=boris

Differential Revision: https://phabricator.services.mozilla.com/D64913

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Birtles 2020-03-02 19:02:51 +00:00
Родитель a2f044d3ea
Коммит 902d1a2faf
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1336,7 +1336,7 @@
# Is support for automatically removing replaced filling animations enabled?
- name: dom.animations-api.autoremove.enabled
type: bool
value: @IS_NOT_RELEASE_OR_BETA@
value: true
mirror: always
# Is support for composite operations from the Web Animations API enabled?
@ -1366,7 +1366,7 @@
# keyframes enabled?
- name: dom.animations-api.implicit-keyframes.enabled
type: bool
value: @IS_NOT_RELEASE_OR_BETA@
value: true
mirror: always
# Is support for timelines from the Web Animations API enabled?