ladybird/Ladybird/AppKit/UI
Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library
This URL library ends up being a relatively fundamental base library of
the system, as LibCore depends on LibURL.

This change has two main benefits:
 * Moving AK back more towards being an agnostic library that can
   be used between the kernel and userspace. URL has never really fit
   that description - and is not used in the kernel.
 * URL _should_ depend on LibUnicode, as it needs punnycode support.
   However, it's not really possible to do this inside of AK as it can't
   depend on any external library. This change brings us a little closer
   to being able to do that, but unfortunately we aren't there quite
   yet, as the code generators depend on LibCore.
2024-03-18 14:06:28 -04:00
..
Event.h Ladybird/AppKit: Handle input events through LibWebView 2024-03-06 07:46:18 +01:00
Event.mm Ladybird/AppKit: Handle input events through LibWebView 2024-03-06 07:46:18 +01: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 AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LadybirdWebView.mm AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
LadybirdWebViewBridge.cpp Ladybird/AppKit: Handle input events through LibWebView 2024-03-06 07:46:18 +01:00
LadybirdWebViewBridge.h Ladybird/AppKit: Handle input events through LibWebView 2024-03-06 07:46:18 +01: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
Tab.h Ladybird/AppKit: Remove the standalone JavaScript console 2023-12-02 10:34:22 +01:00
Tab.mm AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
TabController.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
TabController.mm AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00