ladybird
ladybird copied to clipboard
Truly independent web browser
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`
Before:  After: 
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:  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...