servo/components/script_traits
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 Eliminate ScrollRootId 2017-04-20 08:51:38 +02:00
lib.rs Properly handle scroll offsets in hit testing 2017-05-16 15:27:09 +02:00
script_msg.rs Make non-initial about:blank loads asynchronous 2017-05-12 11:53:43 -06:00
webdriver_msg.rs Update Hyper and OpenSSL 2017-03-31 16:32:21 +02:00