servo/components/script_traits
Patrick Walton e841065351 compositing: Move messages that go over the ScriptListener to go over
an IPC channel instead.

Because this used a boxed trait object to invoke messages across a
process boundary, and boxed trait objects are not supported across IPC,
we spawn a helper thread inside the compositor to perform the marshaling
for us.
2015-07-14 12:12:19 -07:00
..
Cargo.toml Use euclid from crates.io 2015-06-19 00:04:24 +02:00
lib.rs compositing: Move messages that go over the ScriptListener to go over 2015-07-14 12:12:19 -07:00