servo/components/constellation
bors-servo fc1e74c550 Auto merge of #11471 - Ms2ger:handle_request, r=nox
Split up Constellation::handle_requests.

<!-- 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 refactoring

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

The function is too long to easily work with.

<!-- 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/11471)
<!-- Reviewable:end -->
2016-05-27 16:25:52 -05:00
..
Cargo.toml Move pipeline into the constellation crate. 2016-05-21 16:33:57 +02:00
constellation.rs Auto merge of #11471 - Ms2ger:handle_request, r=nox 2016-05-27 16:25:52 -05:00
lib.rs Move sandboxing into the constellation crate. 2016-05-22 14:49:28 +02:00
pipeline.rs Auto merge of #11437 - Ms2ger:pipeline-creation, r=asajeffrey 2016-05-27 11:14:19 -05: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