Bug 1371405 - Update vendored WebDriver crate; r=jgraham
commit34d225aec859d9f20af4e1e015355387d9a99a3e
authorDavid Burns <dburns@mozilla.com>
Mon, 19 Jun 2017 14:42:25 +0000 (19 15:42 +0100)
committerDavid Burns <dburns@mozilla.com>
Mon, 19 Jun 2017 14:42:25 +0000 (19 15:42 +0100)
treeaa4f1c079323e22630e84b0ffc36030f9557f141
parent7bbcd6f3485f12ee8441978be8c6fef67fe0aad9
Bug 1371405 - Update vendored WebDriver crate; r=jgraham

This updates the vendored WebDriver crate to 0.27.0

MozReview-Commit-ID: HM6MIU9IDAq

--HG--
extra : rebase_source : c3b6cb7d0e2b7f7423d7880a936df52d081cd867
19 files changed:
testing/geckodriver/Cargo.lock
testing/geckodriver/Cargo.toml
third_party/rust/cookie/.cargo-checksum.json
third_party/rust/cookie/Cargo.toml
third_party/rust/cookie/README.md
third_party/rust/cookie/src/builder.rs
third_party/rust/cookie/src/delta.rs [new file with mode: 0644]
third_party/rust/cookie/src/draft.rs [new file with mode: 0644]
third_party/rust/cookie/src/jar.rs
third_party/rust/cookie/src/lib.rs
third_party/rust/cookie/src/parse.rs
third_party/rust/cookie/src/secure/key.rs [new file with mode: 0644]
third_party/rust/cookie/src/secure/macros.rs [new file with mode: 0644]
third_party/rust/cookie/src/secure/mod.rs [new file with mode: 0644]
third_party/rust/cookie/src/secure/private.rs [new file with mode: 0644]
third_party/rust/cookie/src/secure/signed.rs [new file with mode: 0644]
third_party/rust/webdriver/.cargo-checksum.json
third_party/rust/webdriver/Cargo.toml
third_party/rust/webdriver/src/response.rs