gecko-dev/servo/components/style/rule_tree
Anthony Ramine 9c1d8b545f Bug 1632363 - Make the rule tree actually threadsafe. r=emilio
RuleTree::gc is now a safe method that any thread can call
at any time, and StrongRuleNode values can all be dropped
whenever their owner want to, on any thread.

Cherry-picked from https://github.com/servo/servo/pull/26227
2020-04-23 05:10:20 +02:00
..
core.rs Bug 1632363 - Make the rule tree actually threadsafe. r=emilio 2020-04-23 05:10:20 +02:00
level.rs
map.rs Bug 1632363 - Change Map::get_or_insert_with to Map::entry. r=emilio 2020-04-23 05:10:18 +02:00
mod.rs Bug 1631154 - Fix a size test that was trying to test a now-private type. 2020-04-18 04:33:40 +02:00
source.rs Bug 1631154 - Fix some rebase messups. 2020-04-18 04:04:24 +02:00
unsafe_box.rs Bug 1632363 - Make the rule tree actually threadsafe. r=emilio 2020-04-23 05:10:20 +02:00