ladybird/Ladybird
Timothy Flynn c55d8a9971 Ladybird/Qt: Make the Inspector widget owned by its parent tab
This ensures the Inspector is closed when the BrowserWindow which owns
the tab is closed.
2023-12-04 12:03:48 -07:00
..
Android
AppKit Ladybird/AppKit: Implement cursor images for row-resize and col-resize 2023-12-02 22:54:06 +01:00
cmake LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
Icons
ImageDecoder
Qt Ladybird/Qt: Make the Inspector widget owned by its parent tab 2023-12-04 12:03:48 -07:00
RequestServer
SQLServer
WebContent LibWeb+WebContent: Plumb ability for WebContent process to hold N pages 2023-12-01 20:47:44 +01:00
WebDriver LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
WebSocket
WebWorker LibWeb+WebWorker: Move worker execution into a new WebWorker process 2023-11-15 12:56:33 +01:00
.gitignore
CMakeLists.txt Ladybird/AppKit: Remove the standalone JavaScript console 2023-12-02 10:34:22 +01:00
FontPlugin.cpp
FontPlugin.h
HelperProcess.cpp Ladybird+LibWebView: Move options used to launch WebContent to a struct 2023-12-01 20:07:27 -05:00
HelperProcess.h Ladybird+LibWebView: Move options used to launch WebContent to a struct 2023-12-01 20:07:27 -05:00
ImageCodecPlugin.cpp
ImageCodecPlugin.h
Info.plist Ladybird: Register Ladybird as a browser-type application on macOS 2023-11-14 09:36:36 -05:00
ladybird.nix
README.md
Types.h Ladybird+LibWebView: Move options used to launch WebContent to a struct 2023-12-01 20:07:27 -05:00
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.