mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
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 |
||
---|---|---|
.. | ||
bloom.rs | ||
cache.rs | ||
Cargo.toml | ||
debug_utils.rs | ||
fnv.rs | ||
geometry.rs | ||
lib.rs | ||
logical_geometry.rs | ||
memory.rs | ||
namespace.rs | ||
opts.rs | ||
range.rs | ||
resource_files.rs | ||
smallvec.rs | ||
sort.rs | ||
str.rs | ||
task.rs | ||
tid.rs | ||
time.rs | ||
vec.rs | ||
workqueue.rs |