servo/components/layout
bors-servo 1436ee5afa Auto merge of #9008 - mrobinson:reflow, r=pcwalton
More aggressively remove Fragment RestyleDamage

Now clean up damage on all fragments that belong to a Flow. This ensures
that damage does not re-propagate up to the parent Flow from the
Fragments. It also means that the flow tree dump should show a more
accurate picture of the state of the flow tree.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9008)
<!-- Reviewable:end -->
2016-01-09 07:01:23 +05:30
..
animation.rs Hoist the rest of css/matching.rs into style/. 2016-01-04 09:41:31 -08:00
block.rs Auto merge of #9008 - mrobinson:reflow, r=pcwalton 2016-01-09 07:01:23 +05:30
Cargo.toml Use Url.join instead of UrlParser.base_url(...).parse (#9002) 2015-12-18 17:02:41 +01:00
construct.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
context.rs Remove the dependency of parallel DOM traversal and style calculation on LayoutContext. 2016-01-06 18:24:18 -08:00
data.rs Separate style+layout and layout-specific wrapper functionality. 2015-12-29 11:50:03 -08:00
display_list_builder.rs Use DisplayListSection everywhere 2016-01-08 10:19:03 -08:00
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 Introduce a concept of restyle damage to the style system. 2016-01-04 09:38:04 -08: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 Introduce a concept of restyle damage to the style system. 2016-01-04 09:38:04 -08:00
generated_content.rs Introduce a concept of restyle damage to the style system. 2016-01-04 09:38:04 -08:00
incremental.rs Introduce a concept of restyle damage to the style system. 2016-01-04 09:38:04 -08:00
inline.rs More aggressively remove Fragment RestyleDamage 2015-12-23 17:01:22 +01:00
layout_debug.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
layout_task.rs Bonus Fix - Rename traverse_dom_preorder to traverse_dom. 2016-01-06 19:21:13 -08:00
lib.rs Hoist the rest of css/matching.rs into style/. 2016-01-04 09:41:31 -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 Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. 2015-06-24 14:55:43 +02:00
parallel.rs Bonus Fix - Rename traverse_dom_preorder to traverse_dom. 2016-01-06 19:21:13 -08:00
query.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
sequential.rs Bonus Fix - Rename traverse_dom_preorder to traverse_dom. 2016-01-06 19:21:13 -08: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 Fix a bunch of clippy lints 2016-01-02 23:27:15 +01: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 Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
traversal.rs Review nits: Narrowly scoping unsafety, and expanding comment. 2016-01-07 11:17:31 -08:00
wrapper.rs Make parallel DOM traversal and style calculation operate on TNode instead of LayoutNode. 2016-01-06 17:58:53 -08:00