Commits
User selector
Commit History
Commits on Sep 20, 2021
TimingFunction::transformTime() is poorly-named
Show description for 1c0fc50committed
Commits on Jun 7, 2021
Handle custom identifiers and strings separately, so we can quote strings correctly consistently
Show description for e1adc39committed
Commits on Jun 4, 2021
Fix more GCC warnings
Show description for a205dffauthored andcommitted
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 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committed
Commits on May 3, 2021
Move Style::ScopeOrdinal to a header of its own
Show description for e8d6d1dcommitted
Commits on Apr 16, 2021
Unreviewed GTK / WinCairo build fix after Antoine's r276141.
Show description for 8668299committedRefactor parameters to blending functions
Show description for 307c92ecommitted
Commits on Mar 31, 2021
Fix interpolation of box-shadow and text-shadow CSS properties
Show description for 46d8798committed
Commits on Aug 27, 2020
REGRESSION (r263506): timing of CSS Animation on https://animate.style is incorrect
Show description for a65a423committed
Commits on Jun 25, 2020
REGRESSION (r260360): easing curves are broken on JS-originated animations
Show description for 38666f1committed
Commits on Jun 12, 2020
[IPC] Add WTF::EnumTraits<> for every enum type used in IPC
Show description for 45928c2committed
Commits on May 13, 2020
[Web Animations] Calling reverse() on an accelerated animation has no effect
Show description for 032cb35authored andcommitted
Commits on May 2, 2020
[CSS Easing 1] implement `jump-*` step positions
Show description for d87f68ecommitted
Commits on Apr 8, 2020
transition-property is not computed correctly when transition-duration is set to "inherit"
Show description for 9185884committed
Commits on Jan 30, 2020
Unreviewed. Remove the build warning since r254991 as below.
Show description for 52f8a57committed
Commits on Jan 24, 2020
[Web Animations] Support multiple CSS Animations with the same name in animation-name
Show description for 2b5591fcommitted
Commits on Jan 23, 2020
[Web Animations] Make AnimationList ref-counted
Show description for 17ad4b6committed
Commits on Nov 7, 2019
Box-shadow spread radius does not transition or animate correctly with CSS Transitions & Animations
Show description for ecb25f1committed
Commits on Oct 15, 2019
Add dumping for Animation and AnimationList
Show description for 07994f6committed
Commits on May 21, 2019
Make lossy LayoutUnit constructors explicit
Show description for 93dca27committed
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Feb 2, 2019
Convert additional String::format clients to alternative approaches
Show description for d96cda9committed
Commits on Jan 28, 2019
Replace many uses of String::format with more type-safe alternatives
Show description for ddada20committed
Commits on Dec 17, 2018
Unreviewed, rolling out r239254.
Show description for cc89afccommitted
Commits on Dec 16, 2018
Replace many uses of String::format with more type-safe alternatives
Show description for 76310abcommitted
Commits on Oct 10, 2018
Remove the frames() timing function
Show description for f957ff2committed
Commits on Oct 2, 2018
Remove CSS Animation Triggers
Show description for 3f41a04committed
Commits on Aug 2, 2018
Unreviewed, rolling out r234489.
Show description for d7b2edfcommitted
David Fenton[WTF] Rename String::format to String::deprecatedFormat
Show description for 07b902dcommitted
Commits on Jun 20, 2018
AnimationList wastes 60KB of vector capacity
Show description for 6e728cecommitted
Commits on May 25, 2018
Modernize RenderStyleConstants.h - Part 2
Show description for 4e21418authored andcommitted
Commits on Mar 30, 2018
[Web Animations] Correctly obtain the timing function for a given keyframe
Show description for 343b9f7committed
Commits on Mar 28, 2018
[Web Animations] Comparing two matching FramesTimingFunction objects fails
Show description for 5b9b3a5committed
Commits on Mar 23, 2018
[Web Animations] Support "transition: all" for CSS Transitions as Web Animations
Show description for 21aebf7committed