mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Since IpcSender is now Sync (since `ipc_channel` 0.20.2), we can remove locks that were added just to make structs containing the sender `Sync` again. There is another occurrence of `Arc<Mutex<IpcSender<>>>` in `RequestBody`, however that sender is exchanged / updated, so cloning the sender instead of the Arc would change behavior, hence this PR does not touch it. Testing: Covered by existing tests --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> |
||
---|---|---|
.. | ||
Cargo.toml | ||
font_descriptor.rs | ||
font_identifier.rs | ||
font_template.rs | ||
lib.rs | ||
system_font_service_proxy.rs |