SerenityOS build: Sunday, March 17
Images 💾⌗
- serenity-x86_64-20240317-a68b134.img.gz (Raw image, 219.49 MiB)
Last commit ⭐⌗
commit a68b134e6dea5065b8b7e0348288738095160f8b
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Sat Mar 16 14:52:20 2024 -0400
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Sat Mar 16 19:44:40 2024 -0400
Meta: Do not place headless-browser and WebDriver in libexec
These are standalone applications meant to be run by the user directly,
as opposed to other libexec processes which are programmatically forked
by the browser. To do this, we simply remove these processes from the
`ladybird_helper_processes` list. We must also explicitly list the
dependencies for these processes.
Other builds