aboutsummaryrefslogtreecommitdiffstats
path: root/components/media
Commit message (Expand)AuthorAgeFilesLines
* `compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)Martin Robinson2025-04-063-6/+6
* Organize component Cargo.toml dependencies (#36224)Alex Touchet2025-03-301-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-032-2/+2
* libservo: Move GL acclerated media setup out of `RenderingContext` and simpli...Martin Robinson2025-02-206-232/+117
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-251-1/+0
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-2/+2
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Remove lazy static (#33078)Hayashi Mikihiro2024-08-162-7/+0
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-2/+3
* clippy: fix warnings in various modules in components (#31568)eri2024-03-083-4/+6
* Update gstreamer crates to 0.22 (#31465)Samson2024-03-011-1/+1
* chore: re-export servo-media types (#31180)Jason Tsai2024-01-261-1/+1
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-115-15/+22
* remove `extern crate` (#30311)Samson2023-09-083-7/+3
* Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+2
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-6/+6
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* Fix three trivial warnings.Dominic Cooney2021-05-231-1/+0
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-3/+5
* More Cargo.toml updatesatouchet2020-05-251-4/+4
* Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-1/+1
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-1/+1
* Use non-IPC webrender API over explicit IPC channels.Josh Matthews2019-11-271-1/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-1/+0
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Update euclid.Emilio Cobos Álvarez2019-07-232-2/+2
* Final tweaks: use expect and remove unnecessary crate attributesFernando Jiménez Moreno2019-07-041-2/+0
* Fix typos, warnings and other nitsFernando Jiménez Moreno2019-07-042-5/+5
* Introduce WebrenderExternalImageRegistryFernando Jiménez Moreno2019-07-042-11/+27
* Webrender external image handler demuxFernando Jiménez Moreno2019-07-043-67/+8
* Media crateFernando Jiménez Moreno2019-07-046-0/+516