servo/components
bors-servo 1e10b67b18 Auto merge of #8485 - hfaulds:make-layout-task-fields-private, r=Ms2ger
Make layout task fields private

For https://github.com/servo/servo/issues/8471

The second commit I'm slightly less sure about but with `chan` made private this warning was shown:

```
components/layout/layout_task.rs:152:5: 152:21 warning: struct field is never used: `chan`, #[warn(dead_code)] on by default
```

There might be some cleanup around `layout_chan` in https://github.com/hfaulds/servo/blob/make-layout-task-fields-private/components/layout/layout_task.rs#L244-L261 as well but that was a bit beyond me.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8485)
<!-- Reviewable:end -->
2015-11-13 02:26:12 +05:30
..
canvas Update to rust-cssparser 0.4.0 2015-11-05 08:57:01 +01:00
canvas_traits Update to rust-cssparser 0.4.0 2015-11-05 08:57:01 +01:00
compositing Use while let{} instead of loop{match{}} in TimerScheduler::run_event_loop() 2015-11-09 23:31:59 +01:00
devtools refactor(devtools/lib.rs): Remove unused import 2015-11-10 09:07:25 +07:00
devtools_traits Check in for task 1,4 and 5 2015-11-05 00:17:24 -05:00
gfx Auto merge of #8355 - Ms2ger:Exit, r=nox 2015-11-07 22:34:45 +05:30
gfx_traits Update euclid to 0.3 2015-10-28 21:34:23 +05:30
layout Auto merge of #8485 - hfaulds:make-layout-task-fields-private, r=Ms2ger 2015-11-13 02:26:12 +05:30
layout_traits Fix serde_macros 2015-10-28 21:53:15 +05:30
msg Remove the unused PipelineExitType enum. 2015-11-05 16:32:48 +01:00
net Auto merge of #7844 - Wafflespeanut:requests, r=jdm 2015-11-12 18:59:58 +05:30
net_traits Added support for synchronization along with an unit test for cancellation listener 2015-11-12 14:04:38 +05:30
plugins Use the conversion traits from js. 2015-11-12 10:48:58 +01:00
profile Execute XHR timeout callbacks directly. (Fixes #8468.) 2015-11-11 23:12:07 +01:00
profile_traits Execute XHR timeout callbacks directly. (Fixes #8468.) 2015-11-11 23:12:07 +01:00
script Auto merge of #8428 - Ms2ger:conversions, r=Manishearth 2015-11-13 01:13:52 +05:30
script_traits Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm 2015-11-08 01:11:54 +05:30
servo Update js. 2015-11-12 10:20:13 +01:00
style Implement attribute restyle hints. 2015-11-10 11:57:24 -08:00
style_traits Auto merge of #8039 - tschneidereit:script-owns-stylesheets, r=jdm 2015-11-08 01:11:54 +05:30
util Use the conversion traits from js. 2015-11-12 10:48:58 +01:00
webdriver_server update image to 0.4.0 2015-10-21 08:37:41 +02:00
webdriver_traits Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00