servo/components/compositing
bors-servo fe4061e0ec Auto merge of #11213 - canaltinova:compositing, r=mbrubeck
Remove num-traits from compositing

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 --faster` does not report any errors
- [X] These changes fix #11198 (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [X] These changes do not require tests

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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11213)
<!-- Reviewable:end -->
2016-05-16 18:16:22 -07:00
..
Cargo.toml Remove num-traits from compositing 2016-05-17 00:41:46 +03:00
compositor.rs Fix some warnings 2016-05-11 21:03:12 -07:00
compositor_layer.rs forcetouch events support 2016-04-05 18:42:28 +08:00
compositor_thread.rs Don't expect a native_window when using webrender 2016-04-25 18:16:42 -07:00
constellation.rs Fix all Windows warnings 2016-05-16 23:26:12 +02:00
delayed_composition.rs compositing: Stop compositing unnecessarily after each animation frame. 2016-02-24 14:06:46 -08:00
lib.rs Removed unused imports 2016-05-15 22:24:26 +03:00
pipeline.rs Add Bluetooth IPC support 2016-05-03 10:17:41 +02:00
sandboxing.rs Fix sandboxing on OS X 2016-04-09 11:32:50 +02:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
surface_map.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
timer_scheduler.rs Removed unused imports 2016-05-15 22:24:26 +03:00
touch.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
windowing.rs forcetouch events support 2016-04-05 18:42:28 +08:00