ladybird/Ladybird
Andrew Kaster c75bd4ed15 Ladybird/Qt: Rename new_tab to new_tab_from_url and make it take AK::URL
Instead of having QString be the API for these load() calls, just pipe
AK::URL throughout the UI.
2024-02-03 20:51:37 -05:00
..
Android
AppKit Ladybird: Add ability to create a tab without creating a new WebContent 2024-02-03 20:51:37 -05:00
cmake
Icons
ImageDecoder
Qt Ladybird/Qt: Rename new_tab to new_tab_from_url and make it take AK::URL 2024-02-03 20:51:37 -05:00
RequestServer
SQLServer
WebContent
WebDriver
WebSocket
WebWorker
.gitignore
CMakeLists.txt
FontPlugin.cpp
FontPlugin.h
HelperProcess.cpp
HelperProcess.h
ImageCodecPlugin.cpp
ImageCodecPlugin.h
Info.plist
ladybird.nix
README.md
Types.h
Utilities.cpp
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.