Sigmund Lahn
3bc0e7a7ca
Ladybird: Look for helper processes at {app_dir}/{helper}/{helper}
...
Currently, we only look at the relative path `./{helper}/{helper}`,
which fails if the working directory is not the same as the directory
where the ladybird binary lives.
2023-05-31 13:24:49 +02:00
MacDue
63b11030f0
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
2023-02-08 19:15:45 +00:00
MacDue
1c92e6ee9d
Ladybird: Don't overwrite argv[0] in spawn_helper_process()
...
This is already set correctly at the caller.
2023-02-08 19:15:45 +00:00
MacDue
f4236e61bf
LibCore: Add const qualifier to exec() argument spans
2023-02-05 16:40:51 +01:00
Andrew Kaster
3e6d790cf0
Ladybird: Abstract spawning helper processes into separate methods
...
This will let us use the same path discovery methods for WebContent,
SQLServer, and any other helper processes we need to launch.
2023-02-02 05:35:44 -07:00