servo/components/webdriver_server
Paul Rouget ac4614d6ce Use typed coordinates.
We use Size2D and Point2D across compositing, constellation and script,
losing the type of pixels we use (DevicePixel, DeviceIndepententPixel
or CSSPixel) along the way, which might lead to bugs like
window.outerHeight not taking into account the page zoom (using
DeviceIndepententPixel instead of CSSPixel).
2018-03-16 14:34:29 +08:00
..
Cargo.toml Update image to 0.18 2018-02-28 16:25:35 +01:00
keys.rs Update webdriver dependency. 2017-11-20 16:03:44 -05:00
lib.rs Use typed coordinates. 2018-03-16 14:34:29 +08:00