ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

Truly independent web browser

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

This is responsible for firing `beforeunload` events. NOTE: We should display a dialog asking the user if they're sure they want to navigate away if `preventDefault()` is called on the...

Fill out the json and associated boilerplate for the `writing-mode` property, and fill out a FIXME in `BlockFormattingContext.cpp`

stale

Before: ![image](https://github.com/user-attachments/assets/32d6d523-ccc0-47b9-bcf7-d9487161fd0b) After: ![image](https://github.com/user-attachments/assets/eca89d1a-d5de-426f-a5a8-be1e2b3504e1)

Fix several table-related overflow issues. ## Changes 1. Include vertical border spacing in row groups offset calculation so that it's axis-aligned with child row/cell elements: ![image](https://github.com/user-attachments/assets/f97c8cf6-d6c7-4aae-b83e-1223233d513a) This makes it so...

Fixes #1551. The spec appears to be contradictory, so this fix requires some ad-hoc behaviour.

Here is my system information. ``` System Software Overview: System Version: macOS 14.4 (23E214) Kernel Version: Darwin 23.4.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: Damien’s MacBook Pro...

# Description Before, we were only adding gap tracks if the css property `gap: ...` had an explicit property. This PR makes sure we always add gap tracks between column...

Worked on implementing the spec for [History.scrollRestoration](https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-history-scroll-restoration)

On Windows, similar to AIX, we would link against the import library rather than the actual library (at least when doing dynamic linking). Adjust the `libs` setting to allow linking...