servo/components/gfx
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
..
display_list script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
platform Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
text Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
Cargo.toml Bump string-cache to 0.2.18 2016-05-25 14:35:36 +05:30
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Don't create HarfBuzz shaper if it isn't used 2016-05-23 11:46:16 -07:00
font_cache_thread.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
font_context.rs Always include the last-resort font 2016-05-24 08:30:44 -07:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Add a fast path for shaping ASCII text 2016-05-20 16:47:01 -07:00
paint_context.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
paint_thread.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00