servo/components/gfx
Nicholas Nethercote 52447ccd9b Move profiler code from util into a new crate profile.
- Most of util::memory has been moved into profile::mem, though the
  `SizeOf` trait and related things remain in util::memory. The
  `SystemMemoryReporter` code is now in a submodule
  profile::mem::system_reporter.

- util::time has been moved entirely into profile::time.
2015-03-24 02:09:31 -07:00
..
display_list Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
platform Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
text Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
buffer_map.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
Cargo.toml Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
color.rs Companion single Color patch. 2015-02-13 14:49:28 -08:00
filters.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
font.rs Fix warnings in gfx. 2015-02-13 11:00:20 +01:00
font_cache_task.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
font_context.rs Handle font load errors in FontContext 2015-03-06 18:18:22 +02:00
font_template.rs Update some code that's feature-gated under core. 2015-03-21 18:44:39 +01:00
lib.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
paint_context.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
paint_task.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00