aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
committerPyfisch <pyfisch@gmail.com>2018-11-11 21:57:45 +0100
commit2143657e0331df9ef8fdedd7b653aca763e0539c (patch)
tree6bdf25ddd274cd56c695168940dc3d30fa4ec206 /components/script
parentb60006ae11485e432308cbecd310ff19119de5e3 (diff)
downloadservo-2143657e0331df9ef8fdedd7b653aca763e0539c.tar.gz
servo-2143657e0331df9ef8fdedd7b653aca763e0539c.zip
Use keyboard-types::webdriver::send_keys
This improves the quality of KeyboardEvents sent by WebDriver. Now key, code, location and modifiers are set according to spec. CompositionEvents are discarded as servo does not handle them at all.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml
index 8b5a0399141..a862caadc59 100644
--- a/components/script/Cargo.toml
+++ b/components/script/Cargo.toml
@@ -65,7 +65,7 @@ ipc-channel = "0.11"
itertools = "0.7.6"
js = {package = "mozjs", version = "0.9.3"}
jstraceable_derive = {path = "../jstraceable_derive"}
-keyboard-types = {version = "0.4.2-servo", features = ["serde"]}
+keyboard-types = "0.4.3"
lazy_static = "1"
libc = "0.2"
log = "0.4"