servo/components/style/gecko
bors-servo a6d206eb66 Auto merge of #14703 - canaltinova:perspective-transform, r=Wafflespeanut
Add gecko glue for perspective/transform properties

<!-- Please describe your changes on the following line: -->
To be able to add glue for these properties,  we needed to change their structs. They are moved from effects to box and added stylo glue.
This PR covers these properties:
- perspective
- perspective-origin
- backface-visibility
- transform-box
- transform-style
- transform-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

<!-- Either: -->
- [X] These changes do not require tests because they are stylo changes

<!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14703)
<!-- Reviewable:end -->
2016-12-26 21:48:52 -08:00
..
generated Move most of geckolib into style::gecko 2016-09-26 09:07:17 +02:00
conversions.rs Regenerate bindings. 2016-12-27 11:17:42 +08:00
data.rs Remove generation, remove filter pop, and add size tests. 2016-12-22 11:09:55 -08:00
mod.rs Introduce and use Scoped TLS. 2016-12-21 11:10:39 -08:00
restyle_damage.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
selector_parser.rs Add support for fullscreen #10102 2016-12-09 11:45:50 +01:00
snapshot.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
snapshot_helpers.rs Move most of geckolib into style::gecko 2016-09-26 09:07:17 +02:00
traversal.rs Stop using UnsafeNode in the StyleSharingCandidateCache. 2016-12-21 11:10:41 -08:00
values.rs Auto merge of #14703 - canaltinova:perspective-transform, r=Wafflespeanut 2016-12-26 21:48:52 -08:00
wrapper.rs Bug 1294572 - Avoid traversing children of XBL-bound elements during initial styling. r=heycam 2016-12-14 10:26:50 -08:00