servo/components
bors-servo b61c45639a Auto merge of #12572 - craftytrickster:10933/shorthands, r=emilio
10933/shorthands

<!-- Please describe your changes on the following line: -->
This implements the serialization of nearly all of the css shorthand properties with the following exceptions:

1. font - this may be implemented correctly, but I am not 100% sure
2. border-radius - I do not know how to implement this, since I am not familiar with how the property works
3. background - this is implemented, but I think that the implementation might be a tiny bit off.

---
<!-- 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 #10933  (github issue number if applicable). Also fixes issue #11448

<!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12572)
<!-- Reviewable:end -->
2016-08-17 12:17:48 -05:00
..
canvas Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
canvas_traits Remove #[serde(bound = "")] attributes 2016-08-12 14:05:28 -07:00
compositing Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
constellation Auto merge of #12839 - notriddle:11818_sequential_layout_bug, r=emilio 2016-08-14 02:27:19 -05:00
devtools Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
devtools_traits Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
gfx layout: Make the stacking context take into account the children transform when calculating overflow areas. 2016-08-16 15:34:28 -07:00
gfx_traits Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
layout layout: Make the stacking context take into account the children transform when calculating overflow areas. 2016-08-16 15:34:28 -07:00
layout_thread layout: Mark correctly parents of dirty elements. 2016-08-14 01:37:28 -07:00
layout_traits Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
msg Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
net Improve File API related comments 2016-08-17 11:06:25 +02:00
net_traits Improve File API related comments 2016-08-17 11:06:25 +02:00
plugins Remove rust_tenacious 2016-08-13 17:18:10 +02:00
profile Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
profile_traits Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
range Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
script Auto merge of #12897 - izgzhen:improve-file-api-comments, r=Manishearth 2016-08-17 06:38:34 -05:00
script_layout_interface Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
script_traits Remove #[serde(bound = "")] attributes 2016-08-12 14:05:28 -07:00
servo Auto merge of #12887 - glennw:wr2-update, r=pcwalton 2016-08-16 22:50:35 -05:00
style Auto merge of #12572 - craftytrickster:10933/shorthands, r=emilio 2016-08-17 12:17:48 -05:00
style_traits Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
util Auto merge of #12839 - notriddle:11818_sequential_layout_bug, r=emilio 2016-08-14 02:27:19 -05:00
webdriver_server Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00