servo/components/compositing
bors-servo 231bf425f2 Auto merge of #8478 - KiChjang:constellation-two-receivers, r=Ms2ger
Split chan and receiver_port into script and compositor flavors

Partial #8356. Currently this doesn't build because of a lint denying me to user unsafe code, which unfortunately the select! macro falls under. Not sure what to do there.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8478)
<!-- Reviewable:end -->
2015-11-13 14:35:08 +05:30
..
Cargo.toml Update euclid to 0.3 2015-10-28 21:34:23 +05:30
compositor.rs Auto merge of #8383 - mbrubeck:touch-refactor, r=glennw 2015-11-09 04:51:21 +05:30
compositor_layer.rs Send mouse move events to the the previous layer when directing events to a new one for the first time. Resolves #7865. 2015-11-04 03:40:13 -05:00
compositor_task.rs Use Result::ok in CompositorReceiver 2015-11-06 20:02:14 -08:00
constellation.rs Auto merge of #8478 - KiChjang:constellation-two-receivers, r=Ms2ger 2015-11-13 14:35:08 +05:30
headless.rs Dispatch touch events and perform default touch actions. 2015-10-22 10:37:03 -07:00
lib.rs Timers are scheduled by a dedicated per-constellation thread. 2015-10-21 16:40:49 +02:00
pipeline.rs script: Make timer events e10s-safe. 2015-11-12 14:30:25 -05:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Use while let{} instead of loop{match{}} in ScrollingTimer::run() 2015-11-07 16:21:33 +01:00
surface_map.rs Use more iterators in compositing component 2015-11-06 18:35:33 -05:00
timer_scheduler.rs script: Make timer events e10s-safe. 2015-11-12 14:30:25 -05:00
windowing.rs Handle multi-touch events from glutin 2015-11-03 08:56:34 -08:00