servo/components/constellation
bors-servo 2063bde0a4 Auto merge of #11179 - asajeffrey:webdriver-resize-window, r=jgraham
Implemented webdriver SetWindowSize.

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 fix #10467 (github issue number if applicable).

Either:
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because the new tests are in https://github.com/w3c/web-platform-tests/pull/3024

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/11179)
<!-- Reviewable:end -->
2016-05-23 02:53:48 -07:00
..
Cargo.toml Move pipeline into the constellation crate. 2016-05-21 16:33:57 +02:00
constellation.rs Auto merge of #11179 - asajeffrey:webdriver-resize-window, r=jgraham 2016-05-23 02:53:48 -07:00
lib.rs Move sandboxing into the constellation crate. 2016-05-22 14:49:28 +02:00
pipeline.rs Move pipeline into the constellation crate. 2016-05-21 16:33:57 +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