aboutsummaryrefslogtreecommitdiffstats
path: root/components/fonts/system_font_service.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2025-03-01 (#35782)Oriol Brufau2025-03-041-2/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-1/+1
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-4/+4
* Don't trace SystemFontService loop (#34508)Jonathan Schwender2024-12-061-4/+0
* fonts: fix broken caching of font template matches (#34325)Mukilan Thiyagarajan2024-11-211-2/+6
* Set all tracing spans to trace level for now (#34256)Delan Azabani2024-11-191-13/+8
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-161-9/+28
* fonts: Instantiate system fonts using system font loaders (#33747)Martin Robinson2024-10-101-68/+14
* Remove most usage of ReentrantMutex in font code (#33746)Josh Matthews2024-10-101-3/+3
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-9/+9
* tools: Improve instrumentation and add it for some layout (#33647)Martin Robinson2024-10-051-7/+7
* fonts: Eliminate overhead of first font instance creation (#33638)Martin Robinson2024-10-041-4/+13
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-9/+9
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-9/+9
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-4/+84
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-96/+36
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-0/+605