servo/components/constellation
bors-servo 91a2e7614c Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger
Rename ScriptChan in constellation to EventLoop

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

We currently have a type `ScriptChan` in the constellation, which is named after its implementation rather than its semantics. In the spec, the nearest concept seems to be event loop https://html.spec.whatwg.org/multipage/#event-loop.

---
<!-- 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
- [X] These changes do not require tests because renaming.

<!-- 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/14260)
<!-- Reviewable:end -->
2016-12-15 15:02:37 -08:00
..
Cargo.toml Removed util. 2016-12-14 18:04:37 -06:00
constellation.rs Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger 2016-12-15 15:02:37 -08:00
event_loop.rs Renamed ScriptChan in constellation to EventLoop. 2016-12-15 16:58:52 -06:00
lib.rs Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger 2016-12-15 15:02:37 -08:00
pipeline.rs Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger 2016-12-15 15:02:37 -08:00
sandboxing.rs Removed util. 2016-12-14 18:04:37 -06: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