aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/compositing/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* compositor: Create a single cross-process compositor API (#33619) (#33660)Martin Robinson2024-10-091-46/+9
* Revert "compositor: Create a single cross-process compositor API (#33619)" (#...Martin Robinson2024-10-041-9/+46
* compositor: Create a single cross-process compositor API (#33619)Martin Robinson2024-10-031-46/+9
* Compositor: add document id to NewWebRenderFrame variant (#33597)Ngo Iok Ui (Wu Yu Wei)2024-10-021-2/+4
* fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)Martin Robinson2024-09-251-2/+4
* Add tracing events (#33189)atbrakhi2024-09-051-0/+11
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-201-17/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-2/+2
* fonts: Use `FontInstanceFlags::EMBEDDED_BITMAPS` for color fonts on MacOS (#3...Martin Robinson2024-05-021-2/+4
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-2/+3
* Initial internal support for multiple webviews (#31417)Ngo Iok Ui (Wu Yu Wei)2024-04-031-4/+19
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-3/+3
* compositor: Handle synchronous messages while shutting down (#31733)Martin Robinson2024-03-191-5/+0
* compositor: Improve the way we wait for frames (#31523)Martin Robinson2024-03-071-40/+4
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-4/+3
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-0/+215