ladybird/Meta/gn/secondary
Timothy Flynn baf359354b LibWebView+WebContent: Use Web::InputEvent for WebContent input IPC
Now that all input events are handled by LibWebView, replace the IPCs
which send the fields of Web::KeyEvent / Web::MouseEvent individually
with one IPC per event type (key or mouse).

We can also replace the ad-hoc queued input structure with a smaller
struct that simply holds the tranferred Web::KeyEvent / Web::MouseEvent.

In the future, we can also adapt Web::EventHandler to use these structs.
2024-03-06 07:46:18 +01:00
..
AK LibWeb: Hide WebDriver::match_route debug behind its own flag 2024-02-08 15:53:46 +01:00
Kernel Kernel: Add /sys/kernel/request_panic node to simulate a kernel panic 2023-11-27 09:24:52 -07:00
Ladybird LibWeb+LibWebView: Migrate Browser's input event handling to LibWebView 2024-03-06 07:46:18 +01:00
Meta/Lagom Meta: Add AK and LibRIFF to macOS bundles in GN build 2024-01-23 14:07:46 -07:00
Tests Meta: Add test262-runner to the GN build 2023-12-26 11:16:10 +01:00
Userland LibWebView+WebContent: Use Web::InputEvent for WebContent input IPC 2024-03-06 07:46:18 +01:00
BUILD.gn Meta+Documentation+Ladybird: Update places that use ladybird filename 2023-10-27 07:11:35 +02:00