[webkit-changes] [WebKit/WebKit] a2043c: [web-animations] setting iterationComposite should...

Antoine Quint noreply at github.com
Fri Oct 21 22:49:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a2043cb59ed00dad73ec9e2945a2e2a9d9cc0f4a
      https://github.com/WebKit/WebKit/commit/a2043cb59ed00dad73ec9e2945a2e2a9d9cc0f4a
  Author: Antoine Quint <graouts at apple.com>
  Date:   2022-10-21 (Fri, 21 Oct 2022)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context-filling-expected.txt
    M LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt
    M Source/WebCore/animation/KeyframeEffect.cpp
    M Source/WebCore/animation/KeyframeEffect.h

  Log Message:
  -----------
  [web-animations] setting iterationComposite should invalidate the effect
https://bugs.webkit.org/show_bug.cgi?id=246864

Reviewed by Dean Jackson.

Since iterationComposite influences how the effect value is computed, we must
invalidate the effect when it's set to a new value.

* LayoutTests/imported/w3c/web-platform-tests/web-animations/animation-model/keyframe-effects/effect-value-context-filling-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/web-animations/interfaces/KeyframeEffect/iterationComposite-expected.txt:
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::setIterationComposite):
* Source/WebCore/animation/KeyframeEffect.h:
(WebCore::KeyframeEffect::setIterationComposite): Deleted.

Canonical link: https://commits.webkit.org/255865@main




More information about the webkit-changes mailing list