servo/components/constellation
Martin Robinson 34dd38b4cb
Replace remutex with parking_lot's ReentrantMutex (#31817)
Many things in Servo depend on `parking_lot`, so we can replace our
homegrown remutex with `parking_lot`'s version.

Fixes #12641.
2024-03-22 08:16:39 +00:00
..
browsingcontext.rs Rework “visible” to “throttled” in constellation + script + compositor (#31816) 2024-03-22 06:06:28 +00:00
Cargo.toml Replace remutex with parking_lot's ReentrantMutex (#31817) 2024-03-22 08:16:39 +00:00
constellation.rs Rework “visible” to “throttled” in constellation + script + compositor (#31816) 2024-03-22 06:06:28 +00:00
event_loop.rs clippy: Fix warnings in components/constellation (#31610) 2024-03-11 10:22:28 +00:00
lib.rs constellation: allow event tracing to be configured with RUST_LOG (#31659) 2024-03-14 12:28:36 +00:00
logging.rs Replace remutex with parking_lot's ReentrantMutex (#31817) 2024-03-22 08:16:39 +00:00
network_listener.rs clippy: Fix warnings in components/constellation (#31610) 2024-03-11 10:22:28 +00:00
pipeline.rs Rework “visible” to “throttled” in constellation + script + compositor (#31816) 2024-03-22 06:06:28 +00:00
sandboxing.rs clippy: Fix assorted warnings in components/ (#31628) 2024-03-13 08:31:58 +00:00
serviceworker.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
session_history.rs clippy: Fix warnings in components/constellation (#31610) 2024-03-11 10:22:28 +00:00
timer_scheduler.rs clippy: Fix warnings in components/constellation (#31610) 2024-03-11 10:22:28 +00:00
tracing.rs Rework “visible” to “throttled” in constellation + script + compositor (#31816) 2024-03-22 06:06:28 +00:00
webview.rs constellation: focusing and closing webviews (#30842) 2024-01-24 11:45:54 +00:00