servo/components
bors-servo 07a1e187f0 Auto merge of #6461 - Ms2ger:workqueuedata, r=pcwalton
Use a dedicated type for the opaque type parameter to WorkQueue in layout.

Currently, we use UnsafeFlow and UnsafeLayoutNode, both of which are aliases
for (usize, usize) and thus interconvertible. This change should make it
clearer that the WorkQueue is not limited to one particular type.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6461)
<!-- Reviewable:end -->
2015-06-26 14:10:07 -06:00
..
canvas Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
canvas_traits Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
compositing Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
devtools Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
devtools_traits Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
gfx Use Box::into_raw rather than boxed::into_raw. 2015-06-25 23:03:54 +02:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Auto merge of #6461 - Ms2ger:workqueuedata, r=pcwalton 2015-06-26 14:10:07 -06:00
layout_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
msg Implement enough of 3d transforms spec to run the CSS FPS demo. 2015-06-23 14:10:44 +10:00
net Use Box::into_raw rather than boxed::into_raw. 2015-06-25 23:03:54 +02:00
net_traits Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
plugins Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
profile Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
profile_traits Require documentation for the memory profiling module. 2015-06-18 16:27:32 +02:00
script Use Rc::get_mut rather than deprecated rc::get_mut. 2015-06-26 17:17:18 +02:00
script_traits Use euclid from crates.io 2015-06-19 00:04:24 +02:00
servo Stop using env::set_exit_code. 2015-06-26 19:46:16 +02:00
style Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0. 2015-06-25 20:02:36 +02:00
util Stop using env::set_exit_code. 2015-06-26 19:46:16 +02:00
webdriver_server Implement timeout for url load from WebDriver. 2015-06-17 00:25:23 +01:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00