ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

The Ladybird web browser

Results 30 ladybird issues
Sort by recently updated
recently updated
newest added

It looks like lagom is already being dynamically linked, so what would it take to build ladybird with a globally installed copy of lagom instead of requiring the serenity source...

On Arch Linux ARM64, I get a Segmentation fault on a fresh checkout (2ebaaf5e5ce1c954e8c3e6bfb0c17cc0e412e1b6): Building (with clang, since ldd+gcc results in build error): ``` $ git clone [email protected]:SerenityOS/ladybird.git $ cd...

This patch implements a context menu for links. In the future, we could even check for the modifiers and open links in new windows, or private windows - but not...

The "Build Prerequisites" section of the README lists packages for building on Arch/Manjaro and Debian/Ubuntu, but no other distro / package manager. It would be nice to include instructions for...

This patch adds the functionality of opening the url pointed to by an anchor element when middle clicking it :^).

Added the following: - Always show tabs setting - Default new tab page setting - Close all tabs except the current one menu item (in File menu)

I checked out ladybird and followed the build steps and described in the BuildInstruction.md file and received the following error: ``` /usr/bin/ccache /usr/bin/c++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -I/home/tilo/code/ladybird/Build/ladybird_autogen/include -I/home/tilo/code/serenity/Userland/Libraries...

it looks like the stack size returned by `StackInfo#size_free()` is invalid, causing constant `[InternalError] Call stack size limit exceeded` on even the smallest scripts. i tried to debug this, but...

Serenity PR: https://github.com/SerenityOS/serenity/pull/16371