servo/components/script_layout_interface
Martin Robinson 3a74013abc Start having animations conform to the HTML spec
This is a small step toward fixing #19242. The main idea is that the
clock for animations should advance as the event loop ticks. We
accomplish this by moving the clock from layout and naming it the
"animation timeline" which is the spec language. This should fix
flakiness with animations and transitions tests where a reflow could
move animations forward while script was running.

This change also starts to break out transition and animation events
into their own data structure, because it's quite likely that the next
step in fixing #19242 is to no longer send these events through a
channel.
2020-05-05 20:08:44 +02:00
..
Cargo.toml Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
lib.rs Remove unused #![feature(…)] attributes 2020-04-15 15:01:46 +02:00
message.rs Start having animations conform to the HTML spec 2020-05-05 20:08:44 +02:00
rpc.rs Don't go through the layout thread to retrieve a node's primary style 2020-04-07 14:34:47 +02:00
wrapper_traits.rs Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData 2020-04-06 23:06:13 +02:00