servo/components/gfx
Zhen Zhang a51db4cfa8 Implement trait-based ResourceThreads and clean up related naming issues
Changes include:

- Introduce an IpcSend trait to abstract over a collection of IpcSenders
- Implement ResourceThreads collection to abstract the resource-related
  sub threads across the component
- Rename original ResourceThread and ControlMsg into an unifed CoreResource__
  to accommodate above changes and avoid confusions
2016-05-20 08:00:16 +08:00
..
display_list Removed unused imports 2016-05-15 22:24:26 +03:00
platform gfx: Change the mapping from Mac weights to CSS weights so that 0.0 maps 2016-05-10 10:34:29 -07:00
text Fix unused item warning on 32-bit platforms 2016-05-16 11:45:27 -07:00
Cargo.toml Update internal crates to bitflags 0.7 2016-05-17 23:34:04 +02:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Eliminate unneeded clones in find_or_create 2016-05-13 18:20:25 -07:00
font_cache_thread.rs Implement trait-based ResourceThreads and clean up related naming issues 2016-05-20 08:00:16 +08:00
font_context.rs Simplify FontContext::create_layout_font. 2016-05-17 14:08:43 +02:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00
paint_context.rs Make text-align: justify incremental layout safe 2016-05-10 15:46:22 +02:00
paint_thread.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00