servo: Merge #13711 - Remove old rendering backend (from glennw:remove-old-renderer); r=larsbergstrom

This removes paint threads, rust-layers dependency, and changes
optional webrender types to be required.

The use_webrender option has been removed, however I've left
the "-w" command line option in place for now so that wpt
runner can continue to pass that. Once it's removed from there
we can also remove the -w option.

Once this stage is complete, it should be fine to change the
display list building code to generate webrender display
lists directly and avoid the conversion step.

Source-Repo: https://github.com/servo/servo
Source-Revision: f96718d03da969510dc992699cb6f25c2e21ae1e
This commit is contained in:
Glenn Watson
2016-10-17 19:22:20 -05:00
parent 07c58d150d
commit 89fec93361
55 changed files with 422 additions and 3611 deletions

View File

@@ -39,7 +39,6 @@ extern crate selectors;
extern crate string_cache;
extern crate style;
extern crate url;
extern crate util;
pub mod message;
pub mod reporter;