servo/components/webdriver_server
bors-servo 00a9f30773
Auto merge of #23951 - georgeroman:return_errorstatus_from_webdriverhandlers, r=jdm
Return ErrorStatus from webdriver_handlers

<!-- Please describe your changes on the following line: -->
With `webdriver 0.40`, `ErrorStatus` implements `Deserialize`. Now we can accommodate for multiple errors occuring in `webdriver_handlers`.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23951)
<!-- Reviewable:end -->
2019-08-19 02:10:41 -04:00
..
actions.rs Implement pointerDown and pointerUp webdriver actions 2019-08-16 22:08:11 +03:00
capabilities.rs Add ServoCapabilities and revise handle_new_session function 2019-06-06 17:04:55 +03:00
Cargo.toml Auto merge of #23838 - servo:url-2.0, r=Manishearth 2019-08-17 04:14:32 -04:00
lib.rs Return ErrorStatus from webdriver_handlers 2019-08-18 15:30:55 +03:00