servo/components/layout
bors-servo 5c506f7a98 auto merge of #4194 : cgaebel/servo/incremental-reflow-fix, r=pcwalton
When inserting a node that was already dirtied, the dirtying logic
would short circuit: "This node is already dirty? Great! Then its
parents must be HAS_DIRTY_DESCENDANTS, too! Let's skip that step."

This isn't appropriate when nodes move around the tree. In that case,
the node may be marked HAS_CHANGED, but ancestors may not yet have
the HAS_DIRTY_DESCENDANTS flag set.

This patch adds a `content_and_heritage_changed` hook in the document,
to deal with these cases appropriately.
2014-12-08 12:28:14 -07:00
..
css Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
block.rs layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
construct.rs Updates WPT to expect newly passing tests 2014-12-05 12:31:31 -08:00
context.rs Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
display_list_builder.rs Rename RenderLayer -> PaintLayer 2014-12-08 14:05:49 +09:00
floats.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
flow.rs layout: Stop having text alignment stomp on layerization flags. 2014-12-01 10:55:13 -08:00
flow_list.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
flow_ref.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
fragment.rs layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
incremental.rs Remove bitfield! macro in favour of bitflags! 2014-11-18 19:26:10 +01:00
inline.rs layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
layout_debug.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
layout_task.rs Replace almost "render" to "paint" in layout crate. 2014-12-08 15:00:57 +09:00
lib.rs Updates WPT to expect newly passing tests 2014-12-05 12:31:31 -08:00
model.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
parallel.rs Change time::profile's meta booleans to enums. 2014-12-05 14:23:27 -08:00
sequential.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
table.rs Fix layout on google search results. 2014-11-27 09:10:58 +10:00
table_caption.rs Fix Table Caption infinite recursion. 2014-11-15 09:37:44 -08:00
table_cell.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
table_colgroup.rs layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
table_row.rs layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
table_rowgroup.rs layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
table_wrapper.rs layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
text.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
traversal.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
util.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
wrapper.rs auto merge of #4194 : cgaebel/servo/incremental-reflow-fix, r=pcwalton 2014-12-08 12:28:14 -07:00