mirror of
https://github.com/servo/servo.git
synced 2025-06-29 19:43:39 +01:00
Implement scroll, scrollLeft, scrollTop and friends, addressing issue #9650 This is a work in progress to solve https://github.com/servo/servo/issues/9650. Thanks a lot for helping the review. - [x] scroll - [x] scrollTo - [x] scrollBy - [x] scrollTop (setter and getter) - [x] scrollLeft (setter and getter) The setters will be implemented in another PR after this is merged. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9968) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
Cargo.toml | ||
compositor.rs | ||
compositor_layer.rs | ||
compositor_thread.rs | ||
constellation.rs | ||
delayed_composition.rs | ||
lib.rs | ||
pipeline.rs | ||
sandboxing.rs | ||
scrolling.md | ||
surface_map.rs | ||
timer_scheduler.rs | ||
touch.rs | ||
windowing.rs |