ladybird/Meta/gn/secondary
Timothy Flynn 91558fa381 LibIPC+LibWeb: Add an IPC helper to transfer an IPC message buffer
This large block of code is repeated nearly verbatim in LibWeb. Move it
to a helper function that both LibIPC and LibWeb can defer to. This will
let us make changes to this method in a singular location going forward.

Note this is a bit of a regression for the MessagePort. It now suffers
from the same performance issue that IPC messages face - we prepend the
meessage size to the message buffer. This degredation is very temporary
though, as a fix is imminent, and this change makes that fix easier.
2024-01-03 10:17:00 +01:00
..
AK Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Kernel Kernel: Add /sys/kernel/request_panic node to simulate a kernel panic 2023-11-27 09:24:52 -07:00
Ladybird Meta/gn: Build WebContent Qt bits only if enable_qt is set 2024-01-02 12:36:17 -05:00
Meta/Lagom Meta: Port recent changes to gn build 2023-12-13 10:51:27 -07:00
Tests Meta: Add test262-runner to the GN build 2023-12-26 11:16:10 +01:00
Userland LibIPC+LibWeb: Add an IPC helper to transfer an IPC message buffer 2024-01-03 10:17:00 +01:00
BUILD.gn Meta+Documentation+Ladybird: Update places that use ladybird filename 2023-10-27 07:11:35 +02:00