servo/components/compositing
Martin Robinson 9fd2df5c09 Properly handle scroll offsets in hit testing
Scroll roots are no longer nested containers holding items, so instead
we need to track the offsets of each, carefully handling fixed position
items and stacking contexts that create new reference frames.
Additionally, we remove the complexity of the pre-computed page scroll
offset, instead opting to send script scrolls to the layout task in
order to more quickly have a ScrollState there that matches the
script's idea of the scroll world.

Fixes #16405.
2017-05-16 15:27:09 +02:00
..
Cargo.toml Remove servo feature from servo_url 2017-04-07 17:51:49 +10:00
compositor.rs Properly handle scroll offsets in hit testing 2017-05-16 15:27:09 +02:00
compositor_thread.rs Auto merge of #15794 - paulrouget:head_parsed_url, r=asajeffrey 2017-04-25 14:14:31 -05:00
delayed_composition.rs Move util::time::duration_from_nanoseconds to its only caller 2016-06-29 18:00:21 +02:00
lib.rs Introduce CSSPixel as a replacement for ViewportPx and PagePx. 2017-02-24 06:58:10 +10:00
touch.rs Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
windowing.rs Notify embedder when history changes 2017-04-18 07:32:35 +02:00