servo/components/compositing
Patrick Walton a86f77e36d script: Keep the DOM-side viewport up to date when scrolling happens in
WebRender.

This happens asynchronously, just as it does in non-WebRender mode.

This functionality is a prerequisite for doing proper display-list-based
hit testing in WebRender, since it moves the scroll offsets into Servo
(and, specifically, into the script thread, enabling iframe event
forwarding) instead of keeping them private to WebRender.

Requires servo/webrender_traits#55 and servo/webrender#277.

Partially addresses #11108.
2016-05-31 14:12:51 -07:00
..
Cargo.toml Remove the ConvertPipelineIdToWebRender trait. 2016-05-28 14:10:32 +02:00
compositor.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
compositor_layer.rs forcetouch events support 2016-04-05 18:42:28 +08:00
compositor_thread.rs Remove the script listener thread (fixes #11345). 2016-05-25 12:50:22 +02:00
delayed_composition.rs Privatize some things in compositing. 2016-05-23 15:43:51 +02:00
lib.rs Remove the ConvertPipelineIdToWebRender trait. 2016-05-28 14:10:32 +02:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
surface_map.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
touch.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
windowing.rs Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00