mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
369843a3aa
<!-- Please describe your changes on the following line: --> More current directions for running/testing cef. @jdm @larsbergstrom @metajack literally anyone --- <!-- 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: --> - [ ] There are tests for these changes OR - [ X] These changes do not require tests because I said so <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Source-Repo: https://github.com/servo/servo Source-Revision: 239b221b435c3503e04e103dfa1c544958bfbed9
348 B
348 B
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