aboutsummaryrefslogtreecommitdiffstats
path: root/ports/cef/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove CEF warnings about unused features and snake case names.Josh Matthews2016-03-291-1/+0
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-1/+0
* Use piston_image instead of stb_image for decoding JPEGsUlf Nilsson2016-03-021-1/+0
* Move util::cursor to style_traitsAnthony Ramine2016-02-161-0/+1
* Replace stb_image with PistonDevelopers/imageMatt Brubeck2015-10-091-1/+0
* Remove the now-stable box_raw feature gate from cef.Ms2ger2015-09-241-1/+0
* Move net_error_list from net to net_traits. Fixes #7050.Connor Imes2015-08-061-1/+1
* Remove the negate_unsigned feature gate from CEF.Ms2ger2015-06-271-1/+0
* Remove the unused thread_local feature gate.Ms2ger2015-06-261-1/+0
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-8/+11
* Upgrade to SM 39Michael Wu2015-06-191-0/+4
* Use euclid from crates.ioecoal952015-06-191-1/+1
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-061-1/+0
* implement cef browser title setting callbackMike Blumenkrantz2015-05-271-0/+1
* Update various Cargo patches and deal with the falloutLars Bergstrom2015-05-221-0/+1
* update embedding interfaces again to use filling_drop featureMike Blumenkrantz2015-05-061-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-3/+9
* Stop using int/uint in CEF.Ms2ger2015-04-131-1/+1
* Introduce a MouseButton enum.Ms2ger2015-04-031-0/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+2
* Remove the libc feature gate from cef.Ms2ger2015-02-191-1/+0
* Fix warnings in cef.Ms2ger2015-02-131-2/+12
* Remove our copy of Utf16Encoder in favor of the built-in equivalent (fixes #4...hgentry2015-02-101-0/+1
* Import net as net rather than servo_net.Ms2ger2015-02-101-1/+1
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Allow unused variables, imports, and mutable.Josh Matthews2015-02-091-1/+0
* Add [no_link] attribute to plugins crateMatt Brubeck2015-02-031-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-6/+4
* Switch CEF on screen build from glfw -> glutin.Glenn Watson2015-01-191-2/+1
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+0
* Remove unused libgreen import.Ms2ger2014-12-191-1/+0
* CEF updates for Linux / MiniServo-GTK.Glenn Watson2014-12-111-1/+0
* ports/cef: Implement accelerated compositing for the CEF port.Patrick Walton2014-12-101-2/+12
* Update cargo.lock for CEF and fix left over line from libgreen removal.Glenn Watson2014-12-081-2/+0
* ports/cef: Use the CEF translator tool to generate the full set of CEFPatrick Walton2014-11-271-2/+17
* embedding: redo browser creation and message loop code to be more CEF-likeMike Blumenkrantz2014-11-211-0/+1
* embedding: add some commonly used string constants from chromiumMike Blumenkrantz2014-11-201-0/+1
* cef: Don't link against librustc in the final build artifactPatrick Walton2014-11-191-1/+2
* embedding: begin cef string_multimap apiMike Blumenkrantz2014-11-171-0/+1
* auto merge of #3947 : zmike/servo/embedding-string_map, r=jdmbors-servo2014-11-131-0/+1
|\
| * embedding: begin cef string_map apiMike Blumenkrantz2014-11-091-0/+1
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
|/
* Update to use new GL bindings.Glenn Watson2014-10-301-1/+0
* Make some warnings errors in the cef port.Ms2ger2014-10-241-0/+1
* embedding: begin cef string_list apiMike Blumenkrantz2014-10-151-0/+1
* Move windowing code out of the compositorMatt Brubeck2014-10-101-3/+1
* Fix CEFManish Goregaokar2014-09-231-1/+1
* Update the CEF portKeegan McAllister2014-09-201-1/+0
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+5