servo/components/layout
Patrick Walton 9c7b9fa32d layout: Remove some bogus code that tried to handle
absolutely-positioned flows separately when storing overflow.

This code dates back to the time when absolutely positioned flows were
ignored by all of their ancestors up to the containing block. This
hasn't been true for at least a year.

Closes #9306.
Closes #9309.
Is a partial fix for #9308.
2016-01-25 10:52:07 -08:00
..
animation.rs Move AnimationState to script_traits 2016-01-13 18:14:12 -05:00
block.rs Remove unused imports in layout 2016-01-17 13:17:23 +05:30
Cargo.toml Update cssparser. 2016-01-21 17:58:03 +01:00
construct.rs Fix a bunch of clippy lints 2016-01-02 23:27:15 +01:00
context.rs Remove unused imports in layout 2016-01-17 13:17:23 +05:30
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 #9341 - askalski:issue9338, r=KiChjang 2016-01-18 20:30:41 +05:30
flex.rs Remove unused imports in layout 2016-01-17 13:17:23 +05:30
floats.rs Remove dead code from layout. 2015-11-18 15:00:58 +01:00
flow.rs layout: Remove some bogus code that tried to handle 2016-01-25 10:52:07 -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 Auto merge of #9236 - tgummerer:fix-9220, r=Wafflespeanut 2016-01-10 21:18:45 +05:30
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 Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) 2016-01-14 14:56:18 -06:00
layout_thread.rs Hoist ParseErrorReporter into style and remove the dependency on msg. 2016-01-11 18:01:48 -08:00
lib.rs Remove some unused extern crates. 2016-01-13 09:37:28 +01: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 task -> thread 2016-01-10 17:58:13 +09: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 layout/text.rs: Add assertion for empty fontgroup 2016-01-14 08:35:32 +01:00
traversal.rs Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) 2016-01-14 14:56:18 -06:00
wrapper.rs Basic wrappers and glue for GeckoLib. 2016-01-13 12:14:00 -08:00