ladybird/Libraries/LibWeb/Platform
Aliaksandr Kalenik ff95e47802 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.
2026-03-12 20:32:55 +01:00
..
EventLoopPlugin.cpp LibWeb: Flatten Platform::EventLoopPlugin by merging Serenity impl 2026-02-28 15:32:14 +01:00
EventLoopPlugin.h LibWeb: Flatten Platform::EventLoopPlugin by merging Serenity impl 2026-02-28 15:32:14 +01:00
FontPlugin.cpp LibWeb: Flatten Platform::FontPlugin by merging WebView::FontPlugin 2026-02-28 15:32:14 +01:00
FontPlugin.h LibWeb: Flatten Platform::FontPlugin by merging WebView::FontPlugin 2026-02-28 15:32:14 +01:00
ImageCodecPlugin.cpp LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
ImageCodecPlugin.h LibWeb+LibWebView+WebContent: Send service sockets over IPC channel 2026-03-12 20:32:55 +01:00
Timer.cpp LibWeb: Flatten Platform::Timer by merging TimerSerenity 2026-02-28 15:32:14 +01:00
Timer.h LibWeb: Flatten Platform::Timer by merging TimerSerenity 2026-02-28 15:32:14 +01:00