servo/components/style/rule_tree
Anthony Ramine c113fbb640 Always upgrade existing weak child references in the rule tree
Just because we didn't find a child when read-locking a node children list
doesn't mean it still won't exist while we wait to upgrade the read lock
into a write lock to create the child.
2020-04-18 12:11:34 +02:00
..
core.rs Always upgrade existing weak child references in the rule tree 2020-04-18 12:11:34 +02:00
level.rs Move CascadeLevel to its own rule_tree submodule 2020-04-17 11:43:39 +02:00
map.rs Refactor rule tree children 2020-04-17 11:43:38 +02:00
mod.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00
source.rs Move the meat of the rule tree to a submodule "core" 2020-04-17 12:41:08 +02:00
unsafe_box.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00