servo/components
bors-servo f48b3fe219 Auto merge of #14089 - Wafflespeanut:tocss, r=SimonSapin
Make use of Servo-specific ToCss everywhere!

<!-- Please describe your changes on the following line: -->

This will allow types to be generic over our local `ToCss`

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./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 it's a refactor

<!-- 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/14089)
<!-- Reviewable:end -->
2016-11-06 23:26:08 -06:00
..
atoms Add more event names to atom list; use more atom macros. 2016-11-06 11:03:14 -05:00
bluetooth WebBluetooth Test API 2016-11-04 12:36:23 +01:00
bluetooth_traits WebBluetooth Test API 2016-11-04 12:36:23 +01:00
canvas Remove gfx_traits::color. 2016-10-31 18:15:25 +01:00
canvas_traits Remove #![feature(rustc_attrs)] 2016-11-03 11:24:19 +01:00
compositing Remove CollectMemoryReports from compositor (fixes #13735) 2016-11-06 01:43:09 +01:00
constellation Remove CollectMemoryReports from compositor (fixes #13735) 2016-11-06 01:43:09 +01:00
debugger
devtools Remove #![feature(custom_attribute)] 2016-11-03 11:24:13 +01:00
devtools_traits Remove #![feature(rustc_attrs)] 2016-11-03 11:24:19 +01:00
gfx Remove the direct azure dependencies from gfx, layout and layout_thread. 2016-11-04 12:14:42 +01:00
gfx_traits Remove #![feature(rustc_attrs)] 2016-11-03 11:24:19 +01:00
jstraceable_derive Make #[derive(JSTraceable)] a procedural macro 2016-11-03 01:10:35 +01:00
layout Prefer Servo-specific ToCss for all types 2016-11-07 09:14:22 +05:30
layout_thread Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
layout_traits Remove old rendering backend. 2016-10-18 10:21:27 +10:00
msg Move ReferrerPolicy to net_traits. 2016-11-04 10:43:37 +01:00
net Privatize the chrome_loader module. 2016-11-06 12:18:40 +01:00
net_traits Move ReferrerPolicy to net_traits. 2016-11-04 10:43:37 +01:00
plugins Make #[derive(JSTraceable)] a procedural macro 2016-11-03 01:10:35 +01:00
profile Remove #![feature(custom_derive)] 2016-11-03 10:14:21 +01:00
profile_traits Remove #![feature(structural_match)] 2016-11-03 11:24:18 +01:00
range Remove #![feature(rustc_attrs)] 2016-11-03 11:24:19 +01:00
script Auto merge of #14089 - Wafflespeanut:tocss, r=SimonSapin 2016-11-06 23:26:08 -06:00
script_layout_interface Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
script_traits Move ReferrerPolicy to net_traits. 2016-11-04 10:43:37 +01:00
servo Auto merge of #14089 - Wafflespeanut:tocss, r=SimonSapin 2016-11-06 23:26:08 -06:00
style Prefer Servo-specific ToCss for all types 2016-11-07 09:14:22 +05:30
style_traits Prefer Servo-specific ToCss for all types 2016-11-07 09:14:22 +05:30
util Concurrent rule tree, v1 2016-11-05 17:29:52 +01:00
webdriver_server Move Image and PixelFormat to net_traits. 2016-10-21 16:12:39 +02:00