servo/components/constellation
bors-servo 9d3fc76463 Auto merge of #13633 - glennw:forward-touch-events, r=mbrubeck
Send touch events to root pipeline, and allow forwarding to iframes.

Instead of letting the compositor try to find the correct scroll
layer for a touch event, switch touch events to work the same way
that mouse events do.

Touch events are now dispatched to the root pipeline, and then
forwarded to child iframes as required.

<!-- 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/13633)
<!-- Reviewable:end -->
2016-10-07 19:07:24 -05:00
..
Cargo.toml Update euclid to 0.10.1 2016-08-21 03:03:45 +02:00
constellation.rs Auto merge of #13633 - glennw:forward-touch-events, r=mbrubeck 2016-10-07 19:07:24 -05:00
lib.rs Removed duplicate #![feature(plugin)] 2016-10-05 00:15:27 +05:30
pipeline.rs altering pipeline visibility change logic 2016-09-17 09:10:43 -04:00
sandboxing.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
timer_scheduler.rs Replace the one-thread-per-timeout model by a two-thread model of timeouts. 2016-05-20 13:59:12 -05:00