servo/components/gfx
Adrian Heine 4069645729 Don't shadow family_name
The argument to `local()` is not a font family, but the name of a
»single font face within a larger family« according to
http://www.w3.org/TR/css3-fonts/#src-desc.

The previous implementation of `FontCache::run` would panic if the argument to
`local()` would not be the name of a font family present in `self.web_families`.
That happened since `FontCacheTask` tried to use the argument to `local()` as a
key for `self.web_families`, although it previously correctly initialized a
value for the `family` field of the `AddWebFont` command.
2016-01-04 15:23:27 +01:00
..
display_list Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
platform Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
text Auto merge of #9013 - antrik:debug-fontgroup, r=Ms2ger 2015-12-18 14:23:15 +05:30
Cargo.toml Restrict font loads to known MIME types. 2015-12-31 07:45:48 -05:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Auto merge of #9013 - antrik:debug-fontgroup, r=Ms2ger 2015-12-18 14:23:15 +05:30
font_cache_task.rs Don't shadow family_name 2016-01-04 15:23:27 +01:00
font_context.rs Auto merge of #9070 - antrik:debug-fonts, r=nox 2016-01-03 08:11:57 +05:30
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Restrict font loads to known MIME types. 2015-12-31 07:45:48 -05:00
paint_context.rs Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut 2015-12-24 10:55:48 +05:30
paint_task.rs Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00