servo/ports/cef
bors-servo 8fd74e026c Auto merge of #12887 - glennw:wr2-update, r=pcwalton
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 -->
2016-08-16 22:50:35 -05:00
..
.cargo Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
interfaces task -> thread 2016-01-10 17:58:13 +09:00
browser.rs update cef build with proper Window params 2016-05-31 15:29:20 -06:00
browser_host.rs Update to euclid 0.8 2016-08-12 03:12:06 +02:00
Cargo.lock Auto merge of #12887 - glennw:wr2-update, r=pcwalton 2016-08-16 22:50:35 -05:00
Cargo.toml Update serde to 0.8 (fixes #12659) 2016-08-12 18:37:27 +02:00
command_line.rs Replace uses of for foo in bar.iter(), 2015-08-18 01:46:11 +01:00
cookie.rs update various cef functions to use correct number of params 2015-05-05 17:05:52 -04:00
core.rs Remove layout_threads assignment from CEF 2016-08-13 16:48:55 -07:00
drag_data.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
eutil.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
frame.rs Cleanup some unneeded let bindings 2015-11-06 00:22:31 -08:00
lib.rs Fix iter_arith warning when running ./mach build-cef 2016-08-14 10:36:32 -04:00
macros.rs add embedding macro for checking pointer existence 2015-05-21 21:15:11 -04:00
print_settings.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
process_message.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
README.md embedding README updates 2016-06-21 15:00:46 -04:00
regen_interface_mod_rs.sh update cef interfaces script to use better syntax 2015-09-14 14:02:06 -04:00
render_handler.rs pass width and height information through to cef paint callback 2015-05-21 21:15:15 -04:00
request.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
request_context.rs update various cef functions to use correct number of params 2015-05-05 17:05:52 -04:00
response.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
stream.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
string.rs rename deprecated utf16_units to encode_utf16 2016-03-07 16:14:04 +01:00
string_list.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
string_map.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
string_multimap.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
stubs.rs Remove CEF warnings about unused features and snake case names. 2016-03-29 10:03:10 -04:00
switches.rs embedding: add some commonly used string constants from chromium 2014-11-20 11:53:37 -05:00
task.rs task -> thread 2016-01-10 17:58:13 +09:00
types.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
urlrequest.rs update various cef functions to use correct number of params 2015-05-05 17:05:52 -04:00
v8.rs Fix various build warnings. 2015-01-28 20:42:39 +01:00
values.rs update various cef functions to use correct number of params 2015-05-05 17:05:52 -04:00
window.rs Update to euclid 0.8 2016-08-12 03:12:06 +02:00
wrappers.rs Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
xml_reader.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
zip_reader.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +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: