mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41cdff5906
In preparation for introducing IsInPlay (where "in play" is a term in the Web Animations spec), this patch aligns the existing IsCurrent with the definition in the spec that says an animation effect is only current if it is attached to an animation (player in our current naming) that is not finished. In order to ensure that we need to pass the animation/player into the method. This actually changes the behavior of IsCurrent since now we will return false for animations that are finished. As far as I can tell, all the call sites that are requesting current animations should only be concerned with animations that are actually running. If not, they need to be adjusted to look for animations that are either current or in effect. |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |