servo/components/compositing
bors-servo ccf1e6b9a7 Auto merge of #5361 - luniv:css-device-adapt, r=mbrubeck
Spec: http://dev.w3.org/csswg/css-device-adapt/

Currently, the actual viewport is used by the layout task as part of the reflow, and the compositor uses the zoom constraints. I'm not sure if anywhere else currently needs access to the constraints (i.e. there's no CSSOM as far as I can tell).

I did not implement sections 9 (viewport <META>) or 10 (handling 'auto' for 'zoom').

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5361)
<!-- Reviewable:end -->
2015-05-06 12:41:09 -05:00
..
Cargo.toml Constrain the viewport & zoom when reflowing 2015-05-06 00:34:33 -06:00
compositor.rs Auto merge of #5361 - luniv:css-device-adapt, r=mbrubeck 2015-05-06 12:41:09 -05:00
compositor_layer.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
compositor_task.rs Auto merge of #5361 - luniv:css-device-adapt, r=mbrubeck 2015-05-06 12:41:09 -05:00
constellation.rs Auto merge of #5361 - luniv:css-device-adapt, r=mbrubeck 2015-05-06 12:41:09 -05:00
headless.rs Constrain the viewport & zoom when reflowing 2015-05-06 00:34:33 -06:00
lib.rs Constrain the viewport & zoom when reflowing 2015-05-06 00:34:33 -06:00
pipeline.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
windowing.rs Introduce a MouseButton enum. 2015-04-03 01:24:33 +02:00