servo/components/gfx
bors-servo abdf01ed05 Auto merge of #11850 - splav:box-shadow#11662, r=glennw
Fix PaintContext page_rect due to display list origin

Fix PaintContext page_rect due to non zero display list origin.

---
<!-- 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 #11662 (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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11850)
<!-- Reviewable:end -->
2016-07-27 18:54:32 -05:00
..
display_list Accumulate subpixels through stacking contexts 2016-07-27 11:17:55 +02:00
platform Bail out gracefully on malformed kern table headers. 2016-07-06 08:16:37 -07:00
text Move util::str to style 2016-07-05 10:43:54 +02:00
Cargo.toml Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) 2016-07-26 19:35:51 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Stop using HashCache in gfx::font. 2016-07-08 16:41:40 +02:00
font_cache_thread.rs Integrate service worker manager thread 2016-07-16 23:29:44 +05:30
font_context.rs Remove the ComputedValue traits and style_struct_traits 2016-07-20 08:42:40 +02:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Reduce the scope of the allowed unsafe code in gfx::text. 2016-06-05 12:31:55 +02:00
paint_context.rs Accumulate subpixels through stacking contexts 2016-07-27 11:17:55 +02:00
paint_thread.rs Auto merge of #11850 - splav:box-shadow#11662, r=glennw 2016-07-27 18:54:32 -05:00