mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Upgrade webdriver to version 0.15 <!-- Please describe your changes on the following line: --> Upgrade webdriver crate dependency to 0.15. --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because _dependency upgrade_ <!-- 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/14185) <!-- Reviewable:end -->
How to test:
- Build Servo's embedding crate (
./mach build-cef [--release]) - Build ECEF (https://github.com/zmike/ecef)
- See ECEF README
- Enjoy CEF-powered crashes
Notes:
- The contents of
interfaces/are entirely autogenerated. To regenerate, see https://github.com/zmike/cef-rebase/blob/master/README.md for full instructions