servo/components/compositing
bors-servo a0619688a6 Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwalton
Reimplement scrolling to fragments

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #13736, #10753 (github issue number if applicable).

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

This reimplemntation of the feature uses ScrollRootIds to scroll
particular scrollable areas of the page.

Fixes #13736.
Fixes #10753.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14367)
<!-- Reviewable:end -->
2016-12-06 14:42:00 -08:00
..
Cargo.toml Remove old shaders, updates for WR feature and API changes. 2016-11-25 06:28:21 +10:00
compositor.rs Auto merge of #14367 - mrobinson:scroll-fragment-point, r=pcwalton 2016-12-06 14:42:00 -08:00
compositor_thread.rs Reimplement scrolling to fragments 2016-11-29 22:12:16 +01:00
delayed_composition.rs Move util::time::duration_from_nanoseconds to its only caller 2016-06-29 18:00:21 +02:00
lib.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
touch.rs Indicate items in doc comments as code-like. 2016-11-08 09:33:03 -05:00
windowing.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00