servo/components/servo
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 Fix final linking step on AArch64 2016-02-01 16:55:27 +01:00
build.rs New Android suppport 2015-11-04 16:29:39 -06:00
Cargo.lock script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
Cargo.toml Make geckolib build dependencies with the same features as Servo by default 2016-05-24 11:57:20 -07:00
fake-ld.sh New Android suppport 2015-11-04 16:29:39 -06:00
lib.rs Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. 2016-05-24 17:50:06 +02:00
main.rs Remove references to unused crates. 2016-04-22 22:20:06 +02:00
servo.exe.manifest Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00