servo/components/layout
bors-servo d50b87edec Auto merge of #8702 - mrobinson:fragments, r=pcwalton
Build Fragments without the RECONSTRUCT_FLOW bit

The RECONSTRUCT_FLOW restyle damage bit shouldn't apply to newly
constructed flow tree elements. It is explicitly removed for Flows, but
not for Fragments. This causes RECONSTRUCT_FLOW to bubble up to Flows
that contain any Fragments at all. Instead explicitly remove the
RECONSTRUCT_FLOW bit when creating a new Fragment.

There isn't a good way to test this currently, but all tests should
continue to pass.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8702)
<!-- Reviewable:end -->
2015-11-28 10:04:28 +05:30
..
css Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
animation.rs Write animated values into the ComputedValues structures when 2015-11-24 19:50:52 -06:00
block.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
Cargo.toml Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) 2015-11-27 00:15:29 -05:00
construct.rs Add XMLDocument object 2015-11-27 14:55:41 +01:00
context.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
data.rs layout: Make the compositor rather than layout determine the position of 2015-09-29 09:47:28 -07:00
display_list_builder.rs Properly make stacking contexts for inlines 2015-11-11 14:42:18 -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 Improve readability of flow tree dump 2015-11-23 15:17:32 -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 Build Fragments without the RECONSTRUCT_FLOW bit 2015-11-27 22:27:21 +01:00
generated_content.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
incremental.rs Include transform changes in list that cause incremental reflows. 2015-11-18 10:28:37 +10:00
inline.rs Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
layout_debug.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
layout_task.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
lib.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05: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 Rename Layout*Trait to Layout*. 2015-11-18 17:24:36 -08:00
query.rs Update string_cache to 0.2. 2015-11-25 10:13:21 -06:00
sequential.rs Rename Layout*Trait to Layout*. 2015-11-18 17:24:36 -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 Improve readability of flow tree dump 2015-11-23 15:17:32 -08:00
table_colgroup.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10: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 Rename ThreadSafeLayoutFoo to ServoThreadSafeLayoutFoo and TThreadSafeLayoutFoo to ThreadSafeLayoutFoo. 2015-11-21 11:26:49 -08:00
wrapper.rs Add XMLDocument object 2015-11-27 14:55:41 +01:00