servo/components/shared/gfx
Martin Robinson 9f32809671
fonts: Clean up messaging during web fonts loads (#32332)
Instead of sending a message to the script thread via IPC when a web
font loads and then sending another, just give the `FontContext` a
callback that send a single message to the script thread. This moves all
the cache invalidation internally into `FontContext` as well.

Additionally, the unused LayoutControlMessage::ExitNow enum variant is
removed.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
2024-05-22 08:30:35 +00:00
..
Cargo.toml fonts: Store web fonts in the per-Layout FontContext (#32303) 2024-05-20 14:13:03 +00:00
lib.rs fonts: Clean up messaging during web fonts loads (#32332) 2024-05-22 08:30:35 +00:00