servo/components/util
Patrick Walton bffaad118e layout: Rewrite clipping to be per-display-item instead of having
a separate `ClipDisplayItem`.

We push down clipping areas during absolute position calculation. This
makes display items into a flat list, improving cache locality. It
dramatically simplifies the code all around.

Because we need to push down clip rects even for absolutely-positioned
children of non-absolutely-positioned flows, this patch alters the
parallel traversal to compute absolute positions for
absolutely-positioned children at the same time it computes absolute
positions for other children. This doesn't seem to break anything either
in theory (since the overall order remains correct) or in practice. It
simplifies the parallel traversal code quite a bit.

See the relevant Gecko bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=615734
2014-10-13 21:40:36 -07:00
..
bloom.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
cache.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
debug_utils.rs Cargoify servo 2014-09-08 20:21:42 -06:00
fnv.rs Added a bloom filter to CSS selector matching. 2014-09-15 16:29:45 -07:00
geometry.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00
lib.rs Read user-agent.css at run time. Fix #3516 2014-10-07 21:16:54 +01:00
logical_geometry.rs Cargoify servo 2014-09-08 20:21:42 -06:00
memory.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Expose user agent option to DOM navigator interface. 2014-10-13 19:53:41 +10:00
range.rs layout: Refactor inline layout to remove the code that tried to avoid 2014-10-13 16:33:19 -07:00
resource_files.rs Read user-agent.css at run time. Fix #3516 2014-10-07 21:16:54 +01:00
smallvec.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
sort.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
str.rs Fix doctest errors in rustdoc comments 2014-09-17 14:46:37 -07:00
task.rs Cargoify servo 2014-09-08 20:21:42 -06:00
tid.rs added valid license to tid.rs 2014-09-19 11:34:43 -07:00
time.rs Eliminate warnings 2014-09-20 13:00:55 -07:00
vec.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
workqueue.rs Upgrade to rustc d2b30f7d3 2014-09-23 2014-09-29 17:41:45 +01:00