servo/components/layout_thread
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 Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
dom_wrapper.rs style: Remove unused TNode::is_in_doc. 2017-10-17 08:57:37 +02:00
lib.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00