servo/components/gfx
Bobby Holley 47059d2d26 Separate style+layout and layout-specific wrapper functionality.
This patch does a number of things, unfortunately all at once:
* Hoists a large subset of the layout wrapper functionality into the style system.
* Merges TElementAttributes into the newly-created TElement.
* Reorganizes LayoutData by style vs layout, and removes LayoutDataShared.
* Simplifies the API for borrowing style/layout data.

There's still more to do to make the style system usable standalone, but
this is a good start.
2015-12-29 11:50:03 -08:00
..
display_list Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
platform Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
text Auto merge of #9013 - antrik:debug-fontgroup, r=Ms2ger 2015-12-18 14:23:15 +05:30
Cargo.toml Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01: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 Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
font_context.rs Remove unused imports. 2015-12-12 02:13:59 -05:00
font_template.rs Derive Debug on FontGroup and its components 2015-12-12 10:04:33 +01:00
lib.rs Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -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