servo/components/layout
bors-servo acde10f005 Auto merge of #7656 - mbrubeck:incremental-text-6501, r=pcwalton
Reconstruct flows when text/font styles change

These styles are used during text shaping.  When they change, we need to re-run shaping and construct new flows.

Fixes #6501. r? @pcwalton

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7656)
<!-- Reviewable:end -->
2015-09-18 01:32:40 -06:00
..
css Auto merge of #7523 - eefriedman:unnecessary-unsafe, r=SimonSapin 2015-09-09 00:05:17 -06:00
animation.rs Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) 2015-09-02 09:22:17 +02:00
block.rs Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
Cargo.toml Bump euclid to 0.2 2015-09-12 01:06:26 +02:00
construct.rs Auto merge of #7656 - mbrubeck:incremental-text-6501, r=pcwalton 2015-09-18 01:32:40 -06:00
context.rs layout: Reformat some long lines and fix some whitespace issues. 2015-09-17 13:31:17 +02:00
data.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
display_list_builder.rs Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
flex.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
floats.rs sort all uses 2015-08-20 20:47:12 +08:00
flow.rs Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
flow_list.rs Undo elision for trait object; trait objects are strange 2015-09-04 09:24:49 +05:30
flow_ref.rs Don’t mark flow_ref::deref_mut as unsafe. 2015-08-21 21:16:25 +02:00
fragment.rs layout: Query and maintain the position of the insertion point 2015-09-17 13:31:12 +02:00
generated_content.rs layout: Query and maintain the position of the insertion point 2015-09-17 13:31:12 +02:00
incremental.rs Reconstruct flows when text/font/list styles change 2015-09-17 11:59:00 -07:00
inline.rs Actually store the overflow for inline-block elements. 2015-09-09 12:24:28 -07:00
layout_debug.rs Fix match_refs and let_returns in layout, address review changes 2015-09-04 18:30:46 +05:30
layout_task.rs Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
lib.rs Create FlexFlow's for 'display: flex' nodes. 2015-08-21 15:59:18 -07:00
list_item.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
model.rs Auto merge of #7502 - bjwbell:elliptical-borders, r=pcwalton 2015-09-04 18:46:24 -06:00
multicol.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
opaque_node.rs Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. 2015-06-24 14:55:43 +02:00
parallel.rs layout: Allow the overflow area of the <body> to be scrolled. 2015-09-10 18:07:21 -07:00
query.rs sort all uses 2015-08-20 20:47:12 +08:00
sequential.rs layout: Allow the overflow area of the <body> to be scrolled. 2015-09-10 18:07:21 -07:00
table.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_caption.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_cell.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_colgroup.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_row.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_rowgroup.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
table_wrapper.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
text.rs layout: Query and maintain the position of the insertion point 2015-09-17 13:31:12 +02:00
traversal.rs layout: Fix tidy failures. 2015-09-01 08:37:41 -07:00
wrapper.rs layout: Query and maintain the position of the insertion point 2015-09-17 13:31:12 +02:00