serenity/Ladybird
Timothy Flynn 0415d03b4f Ladybird: Register Ladybird as a browser-type application on macOS
This allows Ladybird to be the default browser on macOS, and allows for
opening some file types (.html, .svg, .md, etc.) with Ladybird.

Note this currently only works in the GN build (and thus the Qt chrome).
The CMake build does not set up the Resources directory properly for
macOS to run the Ladybird app without $SERENITY_SOURCE_DIR set.
2023-11-14 09:36:36 -05:00
..
Android
AppKit Ladybird/AppKit: Implement pasting Web data to the clipboard 2023-11-11 08:54:37 +01:00
cmake
Icons
ImageDecoder Ladybird: Disable Qt autogeneration for ImageDecoder 2023-11-02 12:34:02 -06:00
Qt Ladybird: Register Ladybird as a browser-type application on macOS 2023-11-14 09:36:36 -05:00
RequestServer
SQLServer
WebContent Ladybird: Do not require Qt6 Multimedia if PulseAudio is available 2023-11-04 08:36:34 -04:00
WebDriver
WebSocket
.gitignore
CMakeLists.txt Ladybird: Load all icons uses Core::Resource URIs 2023-11-06 09:39:59 +01:00
FontPlugin.cpp
FontPlugin.h
HelperProcess.cpp
HelperProcess.h
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
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.