Open
Bug 1830168
Opened 2 years ago
Updated 2 years ago
De-duplicate code of handling transitions between nsTransitionManager and its Servo side code
Categories
(Core :: CSS Transitions and Animations, task)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
Details
Basically, we are doing some similar things in nsTransitionManager::DoUpdateTransitions()
and needs_transitions_update_per_property()
Not sure how many things we can do here, but it should be possible to remove some duplicates (e.g. move more code into Rust side to get the parallel traversal benefits.)
Reporter | ||
Updated•2 years ago
|
Summary: De-duplicate code for handling transition between nsTransitionManager and its Servo side code → De-duplicate code of handling transitions between nsTransitionManager and its Servo side code
You need to log in
before you can comment on or make changes to this bug.
Description
•