servo/components/compositing
Nicholas Nethercote 092507d23c Add a profile_traits crate to reduce compile times.
A rebuild after touching components/profile/mem.rs now takes 48 seconds (and
only rebuilds `profile` and `servo`) which is much lower than it used to be.
In comparison, a rebuild after touching components/profile_traits/mem.rs takes
294 seconds and rebuilds many more crates.

This change also removes some unnecessary crate dependencies in `net` and
`net_traits`.
2015-04-30 17:58:47 -07:00
..
Cargo.toml Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
compositor.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
compositor_layer.rs Only send unused buffers messages if there are actually any buffers 2015-04-07 17:52:42 +02:00
compositor_task.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
constellation.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
headless.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
lib.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
pipeline.rs Add a profile_traits crate to reduce compile times. 2015-04-30 17:58:47 -07:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Fix more warnings everywhere. 2015-03-18 22:11:20 +01:00
windowing.rs Introduce a MouseButton enum. 2015-04-03 01:24:33 +02:00