Commits
User selector
Commit History
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedTimingFunction::transformTime() is poorly-named
Show description for 1c0fc50committed
Commits on Jun 8, 2021
REGRESSION (r256095): Adding a border-radius, border, or box-shadow breaks animations from scale(0)
Show description for f0259b0committed
Commits on Jun 7, 2021
Handle custom identifiers and strings separately, so we can quote strings correctly consistently
Show description for e1adc39committed
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 May 4, 2021
REGRESSION (r260360): animation-wide timing function does not apply to 2-keyframe transform Web Animation
Show description for 540672acommitted
Commits on May 3, 2021
Move Style::ScopeOrdinal to a header of its own
Show description for e8d6d1dcommitted
Commits on Apr 16, 2021
Refactor parameters to blending functions
Show description for 307c92ecommitted
Commits on Mar 9, 2021
[Web Animations] setKeyframes does not preserve animation's current offset
Show description for 3af29cecommitted
Commits on Mar 2, 2021
Crash under KeyframeEffect::setTarget()
Show description for b5d8ecfcommitted
Commits on Feb 16, 2021
Web Animations JS API does not support "inherit" CSS values for keyframes
Show description for 71edc77committedStyle::Resolver::styleForKeyframe() should take in the parent style
Show description for 8280f6ccommitted
Commits on Feb 15, 2021
Getting the computed style should resolve animations using the last style change event style
Show description for 38c7cf4committed
Commits on Jan 15, 2021
Reversed transform animation not applied alongside other transform animations
Show description for 41cbcc0committed
Commits on Jan 7, 2021
[JSC] Simplify get*PropertyNames() methods and EnumerationMode
Show description for 8aac9eccommitted
Commits on Dec 15, 2020
[Web Animations] Implied keyframes should not account for animations on siblings
Show description for 6276f31committed
Commits on Nov 18, 2020
[Web Animations] Ensure we don't schedule animation udpates when there are no styles to update
Show description for 0b2f1dccommitted
Commits on Nov 17, 2020
[Web Animations] Move all effect-specific parts of WebAnimation::timeToNextTick() to effect classes
Show description for 3c9d0f5committed
Commits on Nov 14, 2020
Support animations on more pseudo-elements
Show description for 7bce7c2committed
Commits on Nov 10, 2020
[Web Animations] KeyframeEffect.pseudoElement does not return a valid string when targeting ::marker or ::first-letter
Show description for d33610fcommitted
Commits on Oct 23, 2020
REGRESSION(r268615): certain animations break when moving from one to display to another or resizing the window
Show description for d1dbe7dcommitted
Commits on Oct 20, 2020
Web Inspector: REGRESSION(r260076): crash under InspectorInstrumentation::willApplyKeyframeEffect
Show description for dad3531committed
Commits on Oct 19, 2020
Move remaining Web Animations runtime-enabled features to settings
Show description for aaa3c05committed
Commits on Oct 9, 2020
CSS transform computed style should not reflect individual transform properties
Show description for efde8a9committed
Commits on Oct 8, 2020
Add support for non-accelerated animation of individual transform properties
Show description for 88428bbcommitted
Commits on Sep 25, 2020
Reduce the reliance on PseudoElement in the animation code
Show description for aff7918committed
Commits on Sep 9, 2020
REGRESSION (r264856): updating easing on accelerated animation results in incorrect playback
Show description for 3d50bdfcommitted
Commits on Aug 28, 2020
REGRESSION (r263506): scale transform transitions won't overshoot
Show description for ffc770bcommitted
Commits on Aug 27, 2020
REGRESSION (r263506): timing of CSS Animation on https://animate.style is incorrect
Show description for a65a423committedStep animations invalidate style on every rendering update whether or not they need to
Show description for ac0e672committedAnimation are invalidating too much
Show description for c1ca752committed
Commits on Aug 7, 2020
Avoid triggering redundant compositing updates when trying ot run a steps() animation on transform
Show description for 549ec92committed
Commits on Aug 6, 2020
Add some more Animations logging
Show description for bef4b92committed
Commits on Jul 24, 2020
steps() timing function on a transform animation triggers a render every frame
Show description for 0a5fa75committed