servo/components/msg
Martin Robinson b5d51dd263 Switch to using WebRender hit testing
This trades quite a bit of complicated code in Servo for few more
messages and a significant performance improvement. In particular,
WebRender can search the entire display list at once instead of
ping-ponging down the pipeline tree. This allows us to send mouse
events to the correct pipeline immediately.
2017-10-17 23:33:13 +02:00
..
Cargo.toml Use the new nonzero crate in the msg crate 2017-10-13 11:10:16 +02:00
constellation_msg.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
lib.rs Use wrappers in the nonzero crate so users don’t need unstable features 2017-10-13 11:11:05 +02:00