Files
servo/ports/cef
bors-servo 9fd6f0acd5 Auto merge of #14185 - andreastt:webdriver-0.15, r=jdm
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 -->
2016-11-12 14:15:54 -06:00
..
2016-08-12 03:12:06 +02:00
2016-10-18 10:21:27 +10:00
2015-11-06 00:22:31 -08:00
2016-10-18 10:21:27 +10:00
2016-06-21 15:00:46 -04:00
2016-01-10 17:58:13 +09:00
2015-01-28 20:42:39 +01:00
2016-10-18 10:21:27 +10:00

How to test:

  1. Build Servo's embedding crate (./mach build-cef [--release])
  2. Build ECEF (https://github.com/zmike/ecef)
  3. See ECEF README
  4. Enjoy CEF-powered crashes

Notes: