servo/components/constellation
bors-servo ca08271345 Auto merge of #18704 - mrobinson:wr-hit-testing, r=jdm,glennw,mbrubeck
Switch to using WebRender hit testing

This trades quite a bit of complicated code in Servo for few more
messages and a significant performance improvement. In particular,
WebRender can search the entire display list at once instead of
ping-ponging down the pipeline tree. This allows us to send mouse
events to the correct pipeline immediately.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/18704)
<!-- Reviewable:end -->
2017-10-17 17:09:25 -05:00
..
browsingcontext.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
Cargo.toml Update WR (details below): 2017-10-16 16:33:24 +10:00
constellation.rs Switch to using WebRender hit testing 2017-10-17 23:33:13 +02:00
event_loop.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
lib.rs Make use of impl trait in constellation optional 2017-10-13 11:11:03 +02:00
network_listener.rs Remove usage of unstable box syntax, except in the script crate 2017-10-12 12:10:56 +02:00
pipeline.rs Implement DOM to texture 2017-10-16 20:56:53 +02:00
sandboxing.rs Removed util. 2016-12-14 18:04:37 -06:00
timer_scheduler.rs Terminate timer scheduler thread during shutdown 2017-03-30 14:27:40 +02:00