Auto merge of #6161 - jgraham:webdriver_stability, r=glennw

This fixes various race conditions that affect test execution when using the servodriver product. It doesn't yet do enough to make servodriver a viable alternative to the normal servo test executor.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6161)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-06-02 21:11:44 -05:00
commit 0b7886b15f
4 changed files with 42 additions and 12 deletions

View file

@ -326,7 +326,7 @@ impl MozBrowserEvent {
pub enum WebDriverCommandMsg {
LoadUrl(PipelineId, LoadData, Sender<LoadComplete>),
ScriptCommand(PipelineId, WebDriverScriptCommand),
TakeScreenshot(Sender<Option<png::Image>>)
TakeScreenshot(PipelineId, Sender<Option<png::Image>>)
}
/// Similar to net::resource_task::LoadData