LibWeb+LibWebView+WebContent: Send service sockets over IPC channel

Instead of passing RequestServer and ImageDecoder socket FDs as
command-line arguments to WebContent, send them over the main IPC
channel after launch. This unifies initial connection and reconnection
into a single code path.
This commit is contained in:
Aliaksandr Kalenik
2026-03-12 14:17:05 +01:00
committed by Alexander Kalenik
parent 3bea3908b2
commit ff95e47802
Notes: github-actions[bot] 2026-03-12 19:34:10 +00:00
8 changed files with 49 additions and 85 deletions

View File

@@ -34,6 +34,7 @@ struct DecodedImage {
class WEB_API ImageCodecPlugin {
public:
static ImageCodecPlugin& the();
static bool is_initialized();
static void install(ImageCodecPlugin&);
virtual ~ImageCodecPlugin();