servo/components/style/rule_tree
bors-servo 00ac447966
Auto merge of #26220 - servo:layout-2020-rule-tree-new-on-write, r=emilio
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 14:06:19 -04: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 style: Fix some rebase messups from the rule tree refactoring. 2020-04-18 03:48:21 +02:00
source.rs style: Fix some rebase messups from the rule tree refactoring. 2020-04-18 03:48:21 +02:00
unsafe_box.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00