ladybird/Libraries/LibCore/Platform
Aliaksandr Kalenik 1d025620e3 Everywhere: Move Mach bootstrap listener into LibIPC
Move MachPortServer from LibWebView into LibIPC as MachBootstrapListener
and move the Mach message structs from MachMessageTypes.h into LibIPC.

These types are IPC infrastructure, not UI or platform concerns.
Consolidating them in LibIPC keeps the Mach bootstrap handshake
self-contained in a single library and removes LibWebView's dependency
on LibThreading.
2026-03-24 19:51:52 +01:00
..
ProcessInfo.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ProcessStatistics.h LibCore: Explicitly export symbols from LibCore 2026-02-26 18:31:57 +01:00
ProcessStatisticsLinux.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ProcessStatisticsMach.cpp Everywhere: Replace Unix socket IPC transport with Mach ports on macOS 2026-03-23 18:50:48 +01:00
ProcessStatisticsMach.h Everywhere: Replace Unix socket IPC transport with Mach ports on macOS 2026-03-23 18:50:48 +01:00
ProcessStatisticsUnimplemented.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ScopedAutoreleasePool.h LibCore+LibWeb: Add ScopedAutoreleasePool and use it on macOS 2026-03-15 11:42:43 +01:00
ScopedAutoreleasePoolMacOS.mm LibCore+LibWeb: Add ScopedAutoreleasePool and use it on macOS 2026-03-15 11:42:43 +01:00