aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/animations.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-2/+2
* constellation: Rename messages sent to the `Constellation` (#36341)Martin Robinson2025-04-041-2/+4
* Create a `constellation_traits` crate (#36088)Martin Robinson2025-03-221-1/+2
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Implement Event propagation across shadow roots (#34884)Simon Wülker2025-01-221-0/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-10/+10
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* script: Update animations once per-Document during `update_the_rendering()` (...Martin Robinson2024-12-051-0/+17
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-2/+2
* CanGc fixes in components/script/dom (#33843)tanishka2024-10-151-1/+1
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-2/+3
* remove usage of legacy numeric operations in script (#33095)Simon Wülker2024-08-161-1/+1
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-1/+1
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-2/+2
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-13/+15
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-6/+14
* Fix flakiness in animation testsMartin Robinson2023-05-021-4/+18
* fix(script): request animation ticks if `Animations::pending_events` is not e...yvt2023-02-101-8/+24
* Remove unused arguments from methods.teymour-aldridge2021-02-051-4/+2
* Auto merge of #27032 - mrobinson:fractional-iteration, r=jdmbors-servo2020-06-241-4/+8
|\
| * animations: Finish support for fractional iteration countsMartin Robinson2020-06-241-4/+8
* | Cancel animations for nodes which are removed from the DOMMartin Robinson2020-06-171-0/+21
|/
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-8/+18
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-26/+41
* Add support for remaining animation and transition eventsMartin Robinson2020-05-261-6/+91
* Have Animations struct handle rooting nodesMartin Robinson2020-05-261-152/+252
* Improve ending of transitionsMartin Robinson2020-05-211-1/+2
* Implement animationiteration eventMartin Robinson2020-05-211-2/+29
* Remove AnimatedPropertyMartin Robinson2020-05-131-3/+3
* Move most animation processing to scriptMartin Robinson2020-05-121-0/+293