aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/shared_lock.rs
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-374/+0
* style: Run rustfmt on servo/components/style and servo/ports/geckolibTing-Yu Lin2023-06-091-2/+8
* style: Print lock address on assertEmilio Cobos Álvarez2023-05-301-14/+21
* style: build / rebase fixes.Emilio Cobos Álvarez2020-06-181-0/+2
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-1/+0
* style: Gracefully handle errors creating shared memory UA style sheets.Cameron McCormack2020-06-041-5/+5
* style: Fix Servo build.Emilio Cobos Álvarez2019-06-041-0/+8
* style: Rustfmt recent changes.Emilio Cobos Álvarez2019-06-041-1/+3
* style: Add refcount logging to servo_arc.Emilio Cobos Álvarez2019-06-041-0/+8
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-12/+9
* style: Add ToShmem impl for shared_lock::Locked.Cameron McCormack2019-04-121-0/+23
* style: Add support for read only SharedRwLocks, which don't need any locking.Cameron McCormack2019-04-121-12/+47
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition --features gecko`Simon Sapin2018-11-101-1/+1
* `cargo fix --edition`Simon Sapin2018-11-101-2/+2
* Update parking_lot to 0.6Bastien Orivel2018-07-201-6/+8
* style: Remove ServoStyleSheet usage.Emilio Cobos Álvarez2018-05-051-1/+1
* Run rustfmt on selectors, servo_arc, and style.Bobby Holley2018-04-101-25/+20
* Avoid the generic writer parameter for PropertyDeclaration serialization.Bobby Holley2018-01-221-5/+6
* 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