servo/components/constellation
bors-servo e4fe0db8fd Auto merge of #11371 - Ms2ger:pipeline-create, r=asajeffrey
Avoid an unnecessary runtime check in Pipeline::create().

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
- [ ] These changes fix #__ (github issue number if applicable).

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

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/11371)
<!-- Reviewable:end -->
2016-05-24 08:33:41 -07:00
..
Cargo.toml Move pipeline into the constellation crate. 2016-05-21 16:33:57 +02:00
constellation.rs Use CompositorMsg from script_traits. 2016-05-24 12:29:22 +02:00
lib.rs Move sandboxing into the constellation crate. 2016-05-22 14:49:28 +02:00
pipeline.rs Avoid an unnecessary runtime check in Pipeline::create(). 2016-05-24 16:21:35 +02:00
sandboxing.rs Move sandboxing into the constellation crate. 2016-05-22 14:49:28 +02:00
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