Commits
User selector
Commit History
Commits on Sep 8, 2021
Support animations on ::backdrop
Show description for 9e2a539committed
Commits on Aug 19, 2021
Implement ::backdrop pseudo element
Show description for c6e00eacommitted
Commits on Jun 22, 2021
Make rendererIsEverNeeded check less strict
Show description for b0f5479authored 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 Apr 26, 2021
Refcount Style::Resolver
Show description for 98799bfcommitted
Commits on Apr 20, 2021
Render tree updates for Text node content mutations should happen during rendering update
Show description for 386e8e0committed
Commits on Apr 12, 2021
Descendant style relations are sometimes reset when they shouldn't
Show description for f5f1475committed
Commits on Apr 8, 2021
Revert r273621 because iPhone PLT regression
Show description for c15e106committed
Commits on Apr 2, 2021
Do not paint native decorations for search fields without '-webkit-appearance: searchfield'
Show description for 381402ccommitted
Commits on Apr 1, 2021
Move AnimationTimeline methods related to Styleable to Styleable
Show description for ccac67fcommitted
Commits on Mar 31, 2021
Animated pseudo element style resolved against wrong parent style
Show description for 6cf9862committed
Commits on Feb 27, 2021
Render tree updates for Text node content mutations should happen during rendering update
Show description for 04344adcommitted
Commits on Feb 17, 2021
Animated keyframe style needs to go through full style adjuster
Show description for 3def006committed
Commits on Feb 16, 2021
REGRESSION(r271515): ::marker fired at wrong time
Show description for 7ae5e5fcommittedWeb 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 Jan 15, 2021
REGRESSION(r269813): PLT5 regressed by 0.5%
Show description for 15a4537committed
Commits on Jan 13, 2021
REGRESSION (r267571): black line appears upon navigating back from apple.com shopping bag
Show description for 48a410ecommitted
Commits on Dec 15, 2020
[Web Animations] Implied keyframes should not account for animations on siblings
Show description for 6276f31committed
Commits on Nov 14, 2020
Support animations on more pseudo-elements
Show description for 7bce7c2committed
Commits on Nov 4, 2020
REGRESSION (r257839): Miscomputed style due to computed 'rem' value in matched declaration cache
Show description for 93e3578committed
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 Sep 25, 2020
Reduce the reliance on PseudoElement in the animation code
Show description for aff7918committed
Commits on Sep 17, 2020
Style::Change should be enum class
Show description for 2f63a76committedRemove the legacy animation code
Show description for 1543376committed
Commits on Sep 8, 2020
Comparing styles with large but identical custom property maps is slow
Show description for 9f3d2e4committed
Commits on Jun 24, 2020
Style resolution sometimes fails to create all style resolvers for shadow trees.
Show description for ea8c922committed
Commits on Jun 12, 2020
Relative font size values (em) within CSS animations compound
Show description for ba34d0dcommitted
Commits on Jun 1, 2020
Add ENABLE(TOUCH_ACTION_REGIONS) to wrap code that's only relevant for platforms that consult touch-action for event handling
Show description for a74e61acommitted
Commits on May 26, 2020
Hardware fill-forwards animation and transitions don't interact correctly
Show description for 56a9186committed
Commits on May 20, 2020
[Web Animations] Animation engine should not wake up every tick for steps timing functions
Show description for a9b288ccommitted[Web Animations] Animation engine should not wake up every tick for steps timing functions
Show description for 92292facommitted
Commits on Apr 27, 2020
Rename CSSAnimationController accessors from animation() to legacyAnimation()
Show description for 846544fcommitted
Commits on Apr 15, 2020
[Web Animations] Add support for `pseudoElement` on `KeyframeEffect` and `KeyframeEffectOptions`
Show description for 13c542acommitted
Commits on Apr 14, 2020
Factor PseudoElement creation calls into a single Element::ensurePseudoElement(pseudoId) method
Show description for e98a134committed