servo/components/layout
Patrick Walton 11822f3eb1 layout: Remove the now-useless dirty field from the layout context.
At this point the only thing it does is to try to avoid adding display
items that are outside the root scrollable area, which is both wrong
(since it's incompatible with having scrollable areas outside the root)
and is useless (because we have displayports now).
2015-08-10 21:27:03 -07:00
..
css layout: Tie transitions to the DOM node and finish them instantly when 2015-08-01 23:01:43 -07:00
animation.rs layout: Tie transitions to the DOM node and finish them instantly when 2015-08-01 23:01:43 -07:00
block.rs Fix explicit height edge case with absolute / relative nested divs. 2015-08-11 11:25:26 +10:00
Cargo.toml servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
construct.rs Allow list markers to contain multiple fragments 2015-08-07 07:33:06 -07:00
context.rs layout: Remove the now-useless dirty field from the layout context. 2015-08-10 21:27:03 -07:00
data.rs Remove LayoutChan from LayoutDataWrapper 2015-07-04 03:54:40 -04:00
display_list_builder.rs layout: Remove the now-useless dirty field from the layout context. 2015-08-10 21:27:03 -07:00
floats.rs Positioning fixes for RTL floats 2015-05-18 17:25:06 -07:00
flow.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
flow_list.rs Use usize in flow_list. 2015-03-29 12:43:44 +02:00
flow_ref.rs Remove Deref and DerefMut implementations from WeakFlowRef. 2015-06-27 18:09:14 +02:00
fragment.rs Auto merge of #7011 - pcwalton:inline-margin-intrinsic-size, r=mbrubeck 2015-08-06 18:28:13 -06:00
generated_content.rs Fix unused mutability warnings. 2015-08-05 15:45:05 +02:00
incremental.rs Move to latest hyper everywhere 2015-06-02 20:12:14 +05:30
inline.rs layout: Introduce infrastructure for tracking, backing up, and splitting 2015-08-08 00:01:31 -07:00
layout_debug.rs Change not(ndebug) to debug_assertions 2015-06-01 13:48:38 -07:00
layout_task.rs layout: Remove the now-useless dirty field from the layout context. 2015-08-10 21:27:03 -07:00
lib.rs servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
list_item.rs layout: Minor whitespace cleanup. 2015-08-08 13:32:25 -07:00
model.rs layout: Take inline margins into account when determining the intrinsic 2015-08-05 12:29:16 -07:00
multicol.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
opaque_node.rs Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. 2015-06-24 14:55:43 +02:00
parallel.rs Cache the number of children of each node 2015-07-31 23:32:30 +02:00
query.rs Extract layout query code into query.rs 2015-08-05 10:24:00 -07:00
sequential.rs Implement offsetParent/Top/Left/Width/Height. 2015-08-03 11:55:38 +10:00
table.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_caption.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_cell.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_colgroup.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_row.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_rowgroup.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
table_wrapper.rs layout: Make sure anonymous table flows are statically positioned. 2015-08-06 18:49:07 -07:00
text.rs Rollup merge of #7015 - mbrubeck:arc-box, r=Ms2ger 2015-08-06 14:07:32 -07:00
traversal.rs Replace the StyledNode trait with inherent methods. 2015-07-27 19:57:33 +02:00
wrapper.rs Auto merge of #6778 - nox:childnodes, r=jdm 2015-08-10 14:05:02 -06:00