servo/components/layout
Glenn Watson a2f1f12c96 Fix setting display:none after a layout where the element was visible.
Prior to incremental layout, the code would remove the existing
construction result. However, with incremental layout the construction result
is cloned rather than removed. This change ensures that the previous
construction result is cleared when an element's display type
changes to none.
2015-02-27 07:44:24 +10:00
..
css Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
block.rs Fix incorrect comment in BlockFlow. 2015-02-24 17:28:31 -08:00
Cargo.toml Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
construct.rs Fix setting display:none after a layout where the element was visible. 2015-02-27 07:44:24 +10:00
context.rs Use boxed::into_raw in create_or_get_local_context. 2015-02-12 22:58:08 +01:00
display_list_builder.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
floats.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
flow.rs auto merge of #4994 : pcwalton/servo/layout-tinting, r=pcwalton 2015-02-20 23:06:48 -07:00
flow_list.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
flow_ref.rs Opt-in rather than opt-out to unsafe blocks in layout. 2015-02-08 20:03:27 +01:00
fragment.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
incremental.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
inline.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
layout_debug.rs Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
layout_task.rs Fixes background-color calculation for iframes. Fixes #1248 2015-02-16 08:16:18 +10:00
lib.rs Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
list_item.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
model.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
parallel.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
sequential.rs self import 2015-01-28 13:46:00 +05:30
table.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
table_caption.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
table_cell.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
table_colgroup.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
table_row.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
table_rowgroup.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
table_wrapper.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
text.rs Make dlist::split use new DList::split_off. 2015-02-12 15:39:08 -08:00
traversal.rs Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
util.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
wrapper.rs Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00