servo/components/script_layout_interface
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 Update WR (details below): 2017-10-16 16:33:24 +10:00
lib.rs Replace NonZeroU32 and NonZeroUsize with a generic NonZero 2017-10-16 20:19:19 +02:00
message.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
reporter.rs Remove uses of format! in components/style/error_reporting.rs 2017-09-02 10:15:36 +02:00
rpc.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
wrapper_traits.rs style: Remove a few unused functions. 2017-10-17 08:57:36 +02:00