servo/components/script_traits
Ms2ger 4113eb6f72 Remove the script listener thread (fixes #11345).
We needed a separate thread in the chrome process because communication to the
compositor is done through a trait object, and cross-process virtual calls are
forbidden.

Also, the fact that these messages are ultimately handled by the compositor is
an implementation detail; conceptually, the relevant constellation is supposed
to handle these messages.

So instead, the script thread will now send the messages to the constellation,
which will ask the compositor to handle them.
2016-05-25 12:50:22 +02:00
..
Cargo.toml Simplify TOML syntax 2016-04-26 23:51:36 +02:00
lib.rs Remove the script listener thread (fixes #11345). 2016-05-25 12:50:22 +02:00
script_msg.rs Remove the script listener thread (fixes #11345). 2016-05-25 12:50:22 +02:00