servo/components/constellation
bors-servo 0bc7e2fddf Auto merge of #16997 - asajeffrey:webdriver-browsing-contexts-not-pipelines, r=jgraham
Webdriver browsing contexts not pipelines

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

At the moment, a webdriver session stores a `pipeline_id`s, which causes a mismatch with the spec, which asks a session to store a browsing context and a top-level browsing context. This PR fixes this mismatch.

---
<!-- 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 we are not testing webdriver

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- 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/16997)
<!-- Reviewable:end -->
2017-05-26 16:38:12 -05:00
..
browsingcontext.rs Fixed typo in components/constellation/browsingcontext.rs 2017-05-26 12:26:43 +08:00
Cargo.toml Remove servo feature from servo_url 2017-04-07 17:51:49 +10:00
constellation.rs Responding to review comments. 2017-05-26 12:42:45 -05:00
event_loop.rs Update serde to 0.9 (fixes #15325) 2017-02-18 21:09:46 +01:00
lib.rs Renamed constellation::Frame to constellation::BrowsingContext. 2017-05-15 21:03:11 -05:00
pipeline.rs Webdriver uses browsing context ids rather than pipeline ids. 2017-05-25 17:14:28 -05:00
sandboxing.rs Removed util. 2016-12-14 18:04:37 -06:00
timer_scheduler.rs Terminate timer scheduler thread during shutdown 2017-03-30 14:27:40 +02:00