servo/components/script_layout_interface
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 cssparser to 0.13.3 2017-05-11 12:50:40 -07:00
lib.rs Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory alignment differences 2017-05-12 12:48:13 +02:00
message.rs Fix up script and layout. 2017-05-02 17:35:45 -07:00
reporter.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
rpc.rs Root nodes for the duration of their CSS transitions. 2017-05-15 14:07:41 -04:00
wrapper_traits.rs Auto merge of #16506 - cbrewster:about_chaos, r=asajeffrey 2017-05-12 15:08:45 -05:00