aboutsummaryrefslogtreecommitdiffstats
path: root/ports/servoshell/platform
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Migrate to 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Allow unsafe_op_in_unsafe_fn lint This lint warns by default in the 2024 edition, but is *way* too noisy for servo. We might enable it in the future, but not now. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Compile using the 2024 edition Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Fix a leak in MacOS thread count function (#34862)webbeef2025-01-071-1/+8
| | | Signed-off-by: webbeef <me@webbeef.org>
* minibrowser: implement HiDPI support (#30343)Delan Azabani2023-09-141-1/+5
|
* [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340)Delan Azabani2023-09-121-2/+1
|
* Rename ports/winit package to servoshell (#30163)Atbrakhi2023-08-284-0/+103
* rename winit package to servoshell * revert previous changes and rename only package