mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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:
committed by
Alexander Kalenik
parent
3bea3908b2
commit
ff95e47802
Notes:
github-actions[bot]
2026-03-12 19:34:10 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/ff95e478021 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8389
@@ -34,6 +34,7 @@ struct DecodedImage {
|
||||
class WEB_API ImageCodecPlugin {
|
||||
public:
|
||||
static ImageCodecPlugin& the();
|
||||
static bool is_initialized();
|
||||
static void install(ImageCodecPlugin&);
|
||||
|
||||
virtual ~ImageCodecPlugin();
|
||||
|
||||
Reference in New Issue
Block a user