ladybird/Ladybird/AppKit/UI
Andrew Kaster 4cc3d598f9 LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler
This large commit also refactors LibWebView's process handling to use
a top-level Application class that uses a new WebView::Process class to
encapsulate the IPC-centric nature of each helper process.
2024-07-01 18:10:56 +02:00
..
Event.h LibWeb: Add Web::UIEvents::MouseButton enum, drop dependency on LibGUI 2024-06-02 20:24:42 +02:00
Event.mm LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 2024-06-07 09:44:41 +02:00
Inspector.h Ladybird/AppKit: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
Inspector.mm Ladybird+LibWebView: Add an Inspector action to clone a DOM node 2023-12-07 23:16:34 +01:00
InspectorController.h Ladybird: Implement a basic Inspector window for the AppKit chrome 2023-09-18 11:11:23 -06:00
InspectorController.mm Ladybird/AppKit: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
LadybirdWebView.h LibWeb: Add motion preference 2024-06-18 10:31:54 -04:00
LadybirdWebView.mm Ladybird/AppKit: Apply __weak until LadybirdWebView gets destroyed 2024-07-01 18:10:56 +02:00
LadybirdWebViewBridge.cpp LibWeb: Add motion preference 2024-06-18 10:31:54 -04:00
LadybirdWebViewBridge.h LibWeb: Add motion preference 2024-06-18 10:31:54 -04:00
Palette.h Ladybird: Inform WebContent whether the AppKit chrome is in dark mode 2023-08-28 11:17:48 -04:00
Palette.mm Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SearchPanel.h UI/AppKit: Display query results on the find-in-page panel 2024-06-11 09:50:13 +02:00
SearchPanel.mm UI/AppKit: Display query results on the find-in-page panel 2024-06-11 09:50:13 +02:00
Tab.h Ladybird/AppKit: Remove the standalone JavaScript console 2023-12-02 10:34:22 +01:00
Tab.mm UI/AppKit: Display query results on the find-in-page panel 2024-06-11 09:50:13 +02:00
TabController.h Ladybird/AppKit: Use LibWeb's history state for history navigation 2024-04-14 18:53:58 -07:00
TabController.mm Ladybird+LibWeb: Move User-Agent definitions to their own file 2024-05-26 18:29:24 +02:00
TaskManager.h Ladybird/AppKit: Implement a simple TaskManager window 2024-04-12 09:08:16 +02:00
TaskManager.mm LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00
TaskManagerController.h Ladybird/AppKit: Implement a simple TaskManager window 2024-04-12 09:08:16 +02:00
TaskManagerController.mm Ladybird/AppKit: Implement a simple TaskManager window 2024-04-12 09:08:16 +02:00