Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on Apr 1, 2021
Move AnimationTimeline methods related to Styleable to Styleable
Show description for ccac67fcommitted
Commits on Mar 31, 2021
Remove the Silently argument to WebAnimation::cancel()
Show description for 9fe4419committed
Commits on Mar 23, 2021
[Web Animations] nullptr crash in updatePlaybackRate() with no timeline
Show description for fd1cd16authored andcommitted
Commits on Mar 8, 2021
[Web Animations] Don't update animation playback rate if timeline is inactive
Show description for 78c85d0authored andcommitted
Commits on Feb 16, 2021
Web Animations JS API does not support "inherit" CSS values for keyframes
Show description for 71edc77committed
Commits on Jan 15, 2021
Reversed transform animation not applied alongside other transform animations
Show description for 41cbcc0committed
Commits on Nov 17, 2020
[Web Animations] Move all effect-specific parts of WebAnimation::timeToNextTick() to effect classes
Show description for 3c9d0f5committed
Commits on Sep 25, 2020
Reduce the reliance on PseudoElement in the animation code
Show description for aff7918committed
Commits on Jun 30, 2020
[Web Animations] REGRESSION: Bootstrap Carousel component v4.1 regressed with Web Animations
Show description for 679d2b6committed
Commits on Jun 24, 2020
REGRESSION: Delayed updating of the parallax images on pacificvoyages.net/posts
Show description for e7addeccommitted
Commits on Jun 2, 2020
Web Inspector: Graphics: should use the `id` (name) of the animation if it exists
Show description for 487d483committed
Commits on May 20, 2020
[Web Animations] Animation engine should not wake up every tick for steps timing functions
Show description for 92292facommitted
Commits on May 13, 2020
[Web Animations] Calling reverse() on an accelerated animation has no effect
Show description for 032cb35authored andcommitted
Commits on May 11, 2020
[Web Animations] Refactor animation comparison by composite order in a single utility function
Show description for 1ca2659committed
Commits on May 8, 2020
[iOS] caret appears in the middle of a search field when field is focused on agoda.com
Show description for 5885e00committed
Commits on Apr 24, 2020
[Web Animations] Ensure calling Web Animations APIs override future CSS Animations style properties
Show description for 02c0f15committed
Commits on Apr 15, 2020
[Web Animations] Add support for `pseudoElement` on `KeyframeEffect` and `KeyframeEffectOptions`
Show description for 13c542acommitted
Commits on Apr 14, 2020
[Web Animations] Store an Element / PseudoId pair to define the KeyframeEffect target
Show description for 2cd47a6committed
Commits on Mar 31, 2020
Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity()
Show description for 8b490c0committed
Commits on Mar 30, 2020
[Web Animations] Crash under `KeyframeEffect::getKeyframes` for a `DeclarativeAnimation`
Show description for 0fc19b1committed
Commits on Mar 23, 2020
[Web Animations] Refactor cancelDeclarativeAnimationsForElement and willDestroyRendererForElement on AnimationTimeline
Show description for 885336ecommitted
Commits on Mar 22, 2020
[ Mac ] imported/w3c/web-platform-tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html is flaky failing.
Show description for ee595f0authored andcommitted
Commits on Mar 19, 2020
[Web Animations] Mark promises as handled when rejected
Show description for 90309a5authored andcommitted
Commits on Mar 11, 2020
[Mac wk2 Release] imported/w3c/web-platform-tests/web-animations/timing-model/animations/updating-the-finished-state.html flaky fail
Show description for d3ad586committed
Commits on Mar 3, 2020
Remove the required `LockHolder` when calling `WebAnimation::instances()`
Show description for c0b72ffcommitted
Commits on Feb 26, 2020
DocumentTimeline / CSSTransition objects are leaking on CNN.com
Show description for e44df1bcommitted
Commits on Feb 14, 2020
Ensure animations that lose their effect don't schedule an animation update
Show description for f0fd0b3authored andcommitted[Web Animations] Ensure CSS Transition and CSS Animation events are queued, sorted and dispatched by their timeline
Show description for 870f5fdcommitted[Web Animations] Make all animation event types inherit from the same base class
Show description for 533806bcommitted
Commits on Feb 10, 2020
There's an event loop cycle between an animation finishing, and it being removed from GraphicsLayerCA
Show description for bd7511bcommitted