servo/components/layout_thread
Josh Matthews dabebdfbf5 Root nodes for the duration of their CSS transitions.
This ensures that we can pass a node address as part of the asynchronous
transition end notification, making it safe to fire the corresponding
DOM event on the node from the script thread. Without explicitly rooting
this node when the transition starts, we risk the node being GCed before
the transition is complete.
2017-05-15 14:07:41 -04:00
..
Cargo.toml bump required rayon version to 0.7 2017-05-05 10:36:01 -04:00
lib.rs Root nodes for the duration of their CSS transitions. 2017-05-15 14:07:41 -04:00