aboutsummaryrefslogtreecommitdiffstats
path: root/components/fonts
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe8 days1-3/+3
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-064-4/+4
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-5/+5
* Upgrade to Stylo e941241 (#36120)Nico Burns2025-03-251-16/+3
* Cleanup Stylo dependencies (#36046)Oriol Brufau2025-03-191-1/+1
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-135-9/+8
* Use new stylo crate renames (#35898)Nico Burns2025-03-122-2/+2
* Upgrade Stylo to 2025-03-01 (#35782)Oriol Brufau2025-03-042-3/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-0317-57/+55
* fonts: Remove the per-FontGroup cached fallback font (#35705)Martin Robinson2025-02-282-13/+10
* clippy: Fix a couple clippy warnings on macOS (#35703)Martin Robinson2025-02-271-1/+1
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-3/+1
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-194-180/+339
* Don't remove used fonts in collect_unused_webrender_resources (#35506)Simon Wülker2025-02-171-1/+1
* deps: Remove some unused `Cargo.toml` (#35466)Martin Robinson2025-02-141-1/+0
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-2/+11
* Fix some clippy issues on the Android build (#35147)Martin Robinson2025-01-232-32/+17
* Fix building libservo with `cargo build -p libservo` (#35116)Delan Azabani2025-01-231-7/+2
* fonts: Remove synchronous web font loading functionality (#35000)Martin Robinson2025-01-151-21/+0
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-4/+4
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-111-1/+0
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-0/+1
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-1/+1
* Don't trace SystemFontService loop (#34508)Jonathan Schwender2024-12-061-4/+0
* ohos: fonts: Fix HalfwidthandFullwidthForms font fallback (#34410)Jonathan Schwender2024-11-281-0/+8
* Additional tracing for flex layout, inline layout, and fonts (#34392)Delan Azabani2024-11-271-0/+9
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-4/+0
* fonts: fix broken caching of font template matches (#34325)Mukilan Thiyagarajan2024-11-212-2/+19
* Fix various clippy warnings on OpenHarmony (#34281)Jonathan Schwender2024-11-191-19/+16
* Set all tracing spans to trace level for now (#34256)Delan Azabani2024-11-192-14/+9
* ohos/android: Fix some compiler warnings (#34178)Jonathan Schwender2024-11-072-5/+20
* andrdoid: Fix some compiler warnings (#34070)Martin Robinson2024-10-304-19/+10
* clippy: Fix warning in `fonts/platform/macos/font_list.rs` (#33971)Martin Robinson2024-10-231-1/+1
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-1/+0
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-19/+21
* Gate all use of `tracing` behind Cargo feature (#33845)Delan Azabani2024-10-163-12/+36
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-162-29/+31
* clippy: Fix issues in `components/fonts` and `ports/servoshell` (#33809)Mercy Bassey2024-10-112-2/+2
* fonts: Instantiate system fonts using system font loaders (#33747)Martin Robinson2024-10-1020-798/+758
* Remove most usage of ReentrantMutex in font code (#33746)Josh Matthews2024-10-103-9/+8
* Improve `Au(0)` constructions (#33709)birdbrained2024-10-104-10/+13
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-093-32/+26
* Cleanup FontContext privacy (#33745)Josh Matthews2024-10-091-55/+54
* Fix clamp-like pattern warning in font.rs (#33705)chickenleaf2024-10-081-1/+1
* 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-043-26/+32
* clippy: Fix let binding in components/fonts/font_context.rs (#33643)Adavize Promise2024-10-041-3/+2
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-033-32/+26
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-015-147/+206