servo/components/constellation
Glenn Watson acfdfd2fa9 Remove old rendering backend.
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 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.
2016-10-18 10:21:27 +10:00
..
Cargo.toml Remove old rendering backend. 2016-10-18 10:21:27 +10:00
constellation.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
lib.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
pipeline.rs Remove old rendering backend. 2016-10-18 10:21:27 +10:00
sandboxing.rs Use Result instead of panicking when the resource dir can't be found 2016-07-21 12:07:25 +05:30
timer_scheduler.rs Replace the one-thread-per-timeout model by a two-thread model of timeouts. 2016-05-20 13:59:12 -05:00