servo/components/script_layout_interface
bors-servo f8b2be1ea4 Auto merge of #12943 - servo:merged-declaration-block, r=emilio
Merge normal and important declarations in style rules

Have a single Vec instead of two. Fix #3426

---
<!-- 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 #3426.

<!-- 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/12943)
<!-- Reviewable:end -->
2016-08-21 03:43:25 -05:00
..
Cargo.toml Update euclid to 0.10.1 2016-08-21 03:03:45 +02:00
lib.rs Remove some type aliases that are now just re-exports. 2016-07-20 08:42:47 +02:00
message.rs layout: Take into account the client point for fixed positioned stacking contexts. 2016-08-08 13:03:55 -07:00
reporter.rs Move CSSErrorReporter to script_layout_interface. 2016-06-20 19:08:13 +02:00
restyle_damage.rs Make RestyleDamage::compute take no optional argument, delegate the handling to the caller. 2016-08-10 18:26:24 -07:00
rpc.rs layout: Take into account the client point for fixed positioned stacking contexts. 2016-08-08 13:03:55 -07:00
wrapper_traits.rs Add some fmt::Debug implementations 2016-08-21 03:40:28 +02:00