servo/components/gfx
Emilio Cobos Álvarez f6434a9790
gfx: Add expect messages to FontCacheThread::exit()
One of these two unwraps is the one that is causing most occurrences
of #8815.

I'd go with removing the second unwrap entirely, but let's get some
debug info first, since it might probably be a race.
2016-05-13 01:15:35 +02:00
..
display_list Do not allocate when sorting the display list. 2016-05-03 12:57:46 -07: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 Make text-align: justify incremental layout safe 2016-05-10 15:46:22 +02:00
Cargo.toml Update lazy_static, selectors, string_cache, futf, quickersort 2016-05-02 16:05:31 -07:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
font_cache_thread.rs gfx: Add expect messages to FontCacheThread::exit() 2016-05-13 01:15:35 +02:00
font_context.rs gfx: Clamp the font size we supply to Core Text to 0.01pt. 2016-04-11 13:52:41 -07:00
font_template.rs gfx: Implement Debug for FontTemplate instances. 2016-05-10 10:34:29 -07:00
lib.rs Use xi-unicode for line breaking 2016-04-30 20:37:22 -07:00
paint_context.rs Make text-align: justify incremental layout safe 2016-05-10 15:46:22 +02:00
paint_thread.rs Auto merge of #10810 - mrobinson:displayitem, r=pcwalton 2016-04-26 10:13:00 -07:00