servo/components/gfx
Mikko Perttunen 92a4bba785 Handle font load errors in FontContext
Thread font load errors from platform font loading code to
FontContext::get_layout_font_group_for_style, and cache the failure
result, instead of panicing the thread when a font fails to load.

Before this patch, a failed font load would panic a LayoutTask,
causing a cascade of panics, eventually aborting the whole engine
during a panic within panic.
2015-03-06 18:18:22 +02:00
..
display_list layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
platform Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
text Fix warnings in gfx. 2015-02-13 11:00:20 +01:00
buffer_map.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
Cargo.toml Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01: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 gfx: Implement font-stretch per CSS3-FONTS § 3.3 in the Core Text 2015-01-28 12:42:52 -08:00
lib.rs Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
paint_context.rs layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
paint_task.rs layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00