servo/ports/cef
2017-05-07 14:00:25 -05:00
..
.cargo
interfaces Update Rust to 1.13.0-nightly (198713106 2016-08-26) 2016-08-28 13:45:03 +02:00
browser.rs Removed util. 2016-12-14 18:04:37 -06:00
browser_host.rs Implement home end key scroll. 2017-01-23 13:38:10 +00:00
Cargo.toml Update WR (gl/es runtime table, scroll roots). 2017-03-23 14:32:03 +10:00
command_line.rs
cookie.rs
core.rs Remove obsolete paint threads option #16716 2017-05-07 14:00:25 -05:00
drag_data.rs
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 Replace intrinsics::abort with process::abort 2017-05-01 13:47:31 -07:00
macros.rs
print_settings.rs
process_message.rs
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
request.rs
request_context.rs
response.rs
stream.rs
string.rs rename deprecated utf16_units to encode_utf16 2016-03-07 16:14:04 +01:00
string_list.rs Remove usage of unstable rustc_unicode crate. 2016-12-20 07:07:04 +01: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 Replace intrinsics::abort with process::abort 2017-05-01 13:47:31 -07:00
switches.rs
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
v8.rs
values.rs
window.rs Notify embedder when history changes 2017-04-18 07:32:35 +02:00
wrappers.rs Remove usage of unstable rustc_unicode crate. 2016-12-20 07:07:04 +01:00
xml_reader.rs
zip_reader.rs

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: