fune/servo/components
Boris Chiou ed8e803890 Bug 1805727 - Part 5: Support transition-behavior when animation values fall back to discrete. r=emilio
When transition-behavior is allow-discrete, the animation values are
transitionable even if they are not interpoltable, given that the
animation type of the CSS property is by computed value.

Also, we remove `animate()` check from `needs_transitions_update_per_property`.
This check was added for handling the transition between `auto` and
other values long time ago, but now it may be redundant (because we
still pass the tests without it) and we do the same things in
nsTransitionManager as well, so it should be fine to drop it, especially
after we support discrete transitions.

Differential Revision: https://phabricator.services.mozilla.com/D201865
2024-02-23 21:41:49 +00:00
..
derive_common
malloc_size_of Bug 1879743 - Rewrite custom property substitution to avoid re-tokenization. r=zrhoffman,firefox-style-system-reviewers 2024-02-11 15:23:22 +00:00
selectors Bug 1876962: Part 1 - Fix up logic for determining Rightmost in matches_selector. r=firefox-style-system-reviewers,emilio 2024-02-12 14:42:07 +00:00
servo_arc Bug 1871884 - Use the equivalent of std::ptr::addr_eq in servo_arc::Arc::ptr_eq. r=emilio 2023-12-26 22:56:56 +00:00
style Bug 1805727 - Part 5: Support transition-behavior when animation values fall back to discrete. r=emilio 2024-02-23 21:41:49 +00:00
style_derive Bug 784648 - Implement the 'hanging' and 'each-line' options for CSS text-indent. r=emilio 2023-10-23 15:12:23 +00:00
style_traits Bug 1865563 - Rustfmt servo/. r=firefox-style-system-reviewers,emilio 2023-11-20 15:17:57 +00:00
to_shmem Bug 1879743 - Rewrite custom property substitution to avoid re-tokenization. r=zrhoffman,firefox-style-system-reviewers 2024-02-11 15:23:22 +00:00
to_shmem_derive