aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/shared_lock.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* style: Unify how servo and Gecko handle UA sheets.Emilio Cobos Álvarez2017-09-141-1/+10
* Bypass the lock in get_property_value.Bobby Holley2017-09-051-0/+7
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* stylo: Fix StyleSheetInner/Stylesheet mappingEmilio Cobos Álvarez2017-07-021-1/+14
* remove various things now that Rust 1.17 is requiredNathan Froyd2017-06-231-1/+3
* style: Split stylesheets.rsEmilio Cobos Álvarez2017-06-041-0/+11
* Use StyleArc in the style system.Bobby Holley2017-05-021-2/+2
* Use AtomicRefCell instead of RwLock inside SharedRwLock for stylo.Simon Sapin2017-03-201-40/+88
* Rename ReadGuards to StylesheetGuardsSimon Sapin2017-03-191-3/+3
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-0/+20
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-0/+17
* Add SharedRwLock<T> and Locked<T>Simon Sapin2017-03-191-0/+162