servo/components/layout
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
..
css Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
animation.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
block.rs Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
Cargo.toml Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
construct.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
context.rs Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
data.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
display_list_builder.rs Auto merge of #9055 - simartin:issue_9042, r=Wafflespeanut 2015-12-24 10:55:48 +05:30
flex.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
floats.rs Remove dead code from layout. 2015-11-18 15:00:58 +01:00
flow.rs Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
flow_list.rs Remove dead code from layout. 2015-11-18 15:00:58 +01:00
flow_ref.rs Remove explicit lifetimes which can be elided. 2015-10-21 01:27:48 +02:00
fragment.rs Move LayerKind and ScrollPolicy enums to gfx_traits 2015-12-20 20:43:31 -05:00
generated_content.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
incremental.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
inline.rs Replaced ZERO_RECT with Rect::zero() 2015-12-03 15:39:30 +02:00
layout_debug.rs
layout_task.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
lib.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
list_item.rs Show overflow for #8118. 2015-10-27 15:07:59 -07:00
model.rs Implement calc expressions for more value types 2015-11-01 23:16:14 -08:00
multicol.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
opaque_node.rs
parallel.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
query.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
sequential.rs Replaced ZERO_POINT with Point2D::zero() 2015-12-03 19:46:45 +02:00
table.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
table_caption.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
table_cell.rs Generalize the rest of layout to operate on generic Layout*. 2015-11-28 18:01:02 -08:00
table_colgroup.rs Replaced ZERO_RECT with Rect::zero() 2015-12-03 15:39:30 +02:00
table_row.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
table_rowgroup.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
table_wrapper.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
text.rs Extend whitespace::T with additional helper methods 2015-11-20 11:05:36 -08:00
traversal.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
wrapper.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00