serenity/Ladybird
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
..
Android Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
AppKit AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
cmake Ladybird: Move helper processes to CMAKE_INSTALL_LIBEXECDIR 2024-02-26 13:16:27 -07:00
Icons
ImageDecoder
Qt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
RequestServer AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
SQLServer
WebContent AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
WebDriver
WebWorker AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
.gitignore
CMakeLists.txt AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
FontPlugin.cpp
FontPlugin.h
HelperProcess.cpp Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
HelperProcess.h Everywhere: Merge the WebSocket service into RequestServer 2024-03-06 10:07:27 +01:00
ImageCodecPlugin.cpp
ImageCodecPlugin.h
Info.plist
ladybird.nix
README.md
Types.h
Utilities.cpp Ladybird: Use Core::Environment instead of Core::System::*env() 2024-02-27 08:33:48 +00:00
Utilities.h

Ladybird

Ladybird is a web browser built on the LibWeb and LibJS engines from SerenityOS with a cross-platform GUI in Qt.

For more information about Ladybird, see this blog post.

See build instructions.