aboutsummaryrefslogtreecommitdiffstats
path: root/ports/cef/wrappers.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12)Manish Goregaokar2015-11-271-3/+5
* add missing cef types from last synczmike2015-09-141-1/+5
* sort all usesJohann Tuffe2015-08-201-3/+3
* Stop using deprecated boxed::into_raw in cef.Ms2ger2015-06-261-2/+1
* Use slice::from_raw_parts to convert cef_string_t to &[u16].Ms2ger2015-06-201-5/+2
* update all cef interfaces to use borrows for string_list paramsMike Blumenkrantz2015-06-021-2/+9
* add new browser process interface method for main loop integrationMike Blumenkrantz2015-05-271-1/+3
* update cef embedding interfaces to latest cefMike Blumenkrantz2015-05-051-14/+25
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-3/+3
* Stop using int/uint in CEF.Ms2ger2015-04-131-3/+3
* Use size_t for the arguments to malloc.Ms2ger2015-04-071-3/+3
* Stop leaking the Vec.Ms2ger2015-04-071-1/+0
* Allocate only as much as necessary.Ms2ger2015-04-071-1/+1
* Use raw::Slice where it makes sense.Ms2ger2015-04-071-2/+5
* Use boxed::into_raw where it makes sense.Ms2ger2015-04-071-5/+3
* Remove some unnecessary transmute calls.Ms2ger2015-04-071-4/+3
* Fix some warnings in the CEF port.Ms2ger2015-03-231-1/+1
* Remove our copy of Utf16Encoder in favor of the built-in equivalent (fixes #4...hgentry2015-02-101-33/+1
* Fix various build warnings.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-97/+98
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-6/+69
* ports/cef: Replace calls to malloc with calloc.Patrick Walton2014-11-281-1/+2
* Add mostly-correct (albeit leaky) string marshalingPatrick Walton2014-11-271-9/+32
* ports/cef: Use the CEF translator tool to generate the full set of CEFPatrick Walton2014-11-271-0/+227