mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update webrender + shaders. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/12887) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
.cargo | ||
interfaces | ||
browser.rs | ||
browser_host.rs | ||
Cargo.lock | ||
Cargo.toml | ||
command_line.rs | ||
cookie.rs | ||
core.rs | ||
drag_data.rs | ||
eutil.rs | ||
frame.rs | ||
lib.rs | ||
macros.rs | ||
print_settings.rs | ||
process_message.rs | ||
README.md | ||
regen_interface_mod_rs.sh | ||
render_handler.rs | ||
request.rs | ||
request_context.rs | ||
response.rs | ||
stream.rs | ||
string.rs | ||
string_list.rs | ||
string_map.rs | ||
string_multimap.rs | ||
stubs.rs | ||
switches.rs | ||
task.rs | ||
types.rs | ||
urlrequest.rs | ||
v8.rs | ||
values.rs | ||
window.rs | ||
wrappers.rs | ||
xml_reader.rs | ||
zip_reader.rs |
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