Bug 1619821 - Turn on dom.animations-api.getAnimations.enabled unconditionally; r=smaug

This also removes the comment about CSSPseudoElement since that is now covered by a
separate pref: dom.css_pseudo_element.enabled.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Birtles 2020-03-06 13:28:14 +00:00
Родитель 283207a2d3
Коммит 71dfe3313d
2 изменённых файлов: 3 добавлений и 7 удалений

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

@ -243,7 +243,7 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSS2Properties", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSAnimation", insecureContext: true, release: false },
{ name: "CSSAnimation", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSConditionRule", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
@ -283,7 +283,7 @@ var interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSSupportsRule", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CSSTransition", insecureContext: true, release: false },
{ name: "CSSTransition", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "CustomElementRegistry", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!

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

@ -1353,13 +1353,9 @@
# Is support for Document.getAnimations() and Element.getAnimations()
# supported?
#
# Before enabling this by default, make sure also CSSPseudoElement interface
# has been spec'ed properly, or we should add a separate pref for
# CSSPseudoElement interface. See Bug 1174575 for further details.
- name: dom.animations-api.getAnimations.enabled
type: bool
value: @IS_NOT_RELEASE_OR_BETA@
value: true
mirror: always
# Is support for animations from the Web Animations API without 0%/100%