servo/components/layout
Patrick Walton 2a790d06dd Use Gecko's simpler Bloom filter instead of one based on hash
stretching.

This preserves the usage of the Bloom filter throughout style recalc,
but the implementation is rewritten. Provides a 15% improvement on
Guardians of the Galaxy.
2014-10-10 17:02:27 -07:00
..
css Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
block.rs layout: Implement z-index. 2014-10-08 22:30:44 -07:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
construct.rs removed restyledamage 2014-10-09 12:55:25 -04:00
context.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
floats.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
flow.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
flow_list.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
flow_ref.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
fragment.rs removed restyledamage 2014-10-09 12:55:25 -04:00
incremental.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
inline.rs removed restyledamage 2014-10-09 12:55:25 -04:00
layout_debug.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
layout_task.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
lib.rs Factors out DOM traversal, keeping the code in parallel free of traversal-specific logic. 2014-10-10 14:55:18 -04:00
model.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
parallel.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
table.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_caption.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_cell.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_colgroup.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_row.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_rowgroup.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
table_wrapper.rs layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
text.rs Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
traversal.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
util.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
wrapper.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00