Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start enabling automated webdriver tests #23443

Merged
merged 3 commits into from Jun 7, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Do not exit servo on webdriver session deletion

  • Loading branch information
georgeroman committed Jun 5, 2019
commit 5ce09a5e79be6eb1c1fe3fc4f664d802a31352ee
@@ -1350,11 +1350,6 @@ impl WebDriverHandler<ServoExtensionRoute> for Handler {
}

fn delete_session(&mut self, _session: &Option<Session>) {
// Servo doesn't support multiple sessions, so we exit on session deletion
let _ = self
.constellation_chan
.send(ConstellationMsg::Exit)
.unwrap();
self.session = None;
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.