servo/components/gfx
bors-servo 021cabd3e6 Auto merge of #14020 - mrobinson:scroll_root_prep, r=pcwalton
Fold some DisplayList methods into DisplayListBuildState

<!-- 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
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.

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

This makes the API used to build display lists quite a bit simpler and
reduces the amount of auxiliary data structures that need to be passed
around. It is also important preparation work for separating scrolling
areas from stacking contexts.

<!-- 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/14020)
<!-- Reviewable:end -->
2016-11-02 13:55:07 -05:00
..
display_list Fold some DisplayList methods into DisplayListBuildState 2016-11-02 11:18:17 +01:00
platform gfx: On the Mac, take the scale into account when determining the 2016-10-11 12:36:19 -07:00
text Remove old rendering backend. 2016-10-18 10:21:27 +10:00
Cargo.toml Ignore the Content-Type header completely for @font-face. 2016-11-02 16:15:15 +01:00
font.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
font_cache_thread.rs Use fetch_async in the font cache. 2016-11-02 16:15:18 +01:00
font_context.rs Remove unused FontContext::font_cache_thread(). 2016-10-31 16:22:36 +01:00
font_template.rs Make font template data load fallible. Fixes #12037. 2016-07-05 10:02:40 -04:00
lib.rs Ignore the Content-Type header completely for @font-face. 2016-11-02 16:15:15 +01:00