servo/components/gfx
Alan Jeffrey 3dec6edd10 Update string_cache to 0.2.
Updated string_cache, html5ever, xml5ever and selectors in Cargo.toml files and Cargo.lock.
Removed references to string_cache_plugin.
Import atom! and ns! from string_cache.
Replaced ns!("") by ns!().
Replaced ns!(XML) and co by ns!(xml) and co.
Replaced atom!(foo) by atom!("foo").
Replaced Atom::from_slice by Atom::from.
Replaced atom.as_slice() by &*atom.
2015-11-25 10:13:21 -06:00
..
display_list Auto merge of #7696 - mskrzypkows:PaintContext_Units, r=mbrubeck 2015-11-07 00:22:59 +05:30
platform Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
text Add support for pre-wrap and pre-line values for white-space. 2015-10-20 10:44:51 -07:00
Cargo.toml Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
filters.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
font_cache_task.rs Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
font_context.rs Derive PartialEq on the style Font structure 2015-10-08 00:32:58 +02:00
font_template.rs compositing: Split Servo up into multiple sandboxed processes. 2015-11-19 16:38:04 -05:00
lib.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
paint_context.rs Change PaintContext rects to TypedRects #7023 2015-11-04 08:39:15 +01:00
paint_task.rs compositing: Split Servo up into multiple sandboxed processes. 2015-11-19 16:38:04 -05:00