aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/webrender/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-280/+266
* clippy: Fix large size difference between variants of `ScriptToCompositorMsg`...chickenleaf2024-10-081-3/+2
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-266/+281
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-281/+266
* fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)Martin Robinson2024-10-011-8/+15
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-19/+15
* fonts: Use `IpcSharedMemory` to send font data (#33530)Martin Robinson2024-09-251-4/+4
* fonts: Clean up WebRender web fonts when they are no longer used (#32545)Martin Robinson2024-06-181-5/+21
* Move `RenderingContext` to `webrender_traits` (#32386)Martin Robinson2024-05-281-0/+3
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-201-0/+17
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-3/+321
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+15
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-9/+2
* clippy: fix warnings in components/shared (#31565)eri2024-03-081-8/+2
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+179