InvalidUsernameException
InvalidUsernameException
### Description of your *pull request* and other information This PR fixes the recent breakage introduced by the website rewrite of zdf.de. Primarily the extractor now relies on a new...
1. Open below test case in Ladybird. 2. Open the inspector. 3. Hover over the `div` element in the inspector. The textual information displayed for the hovered element is transformed...
### Summary When creating a full debug build with `-O0` set as the optimization flag, various websites break with a stackoverflow in JS execution. Thise problem is not present neither...
At this point, I've repeatedly felt the desire to be able to log stacktraces to be able to see more easily what kind of call-sites exist for a given piece...
This flake was introduced in #4916. Fixes #4920.
This test was introduced in #4672 and was flaky in CI and on my local machine. Example of a test failure: https://github.com/LadybirdBrowser/ladybird/actions/runs/15344959684/job/43179081318
### Description of your *pull request* and other information This PR fixes an issue where the reported language for some audio-only files was incorrect. Additionally some more changes have been...
`BlockFormattingContext::compute_width()` stores the left and right margins in the layout state at the very end of the function. However, before doing so, it calls `FormattingContext::calculate_inner_width()` which ends up calling `FormattingContext::calculate_stretch_fit_width()`...
1. https://github.com/LadybirdBrowser/ladybird 2. Move the mouse around in the top left corner of the below the menus of the top nav. --> The menus of open even though the mouse...
1. Go to https://www.theregister.com/2023/10/17/serenity_os_turns_five/ 2. Hover over the links on the page. --> Links are non-interactive 3. Move the mouse randomly across the page. --> In some places links are...