InvalidUsernameException

Results 30 issues of InvalidUsernameException

The below test case behaves differently than in other browsers. This is a variation of the reduction from #6103 that does not crash, but exposes the mentioned layout issue. ```html...

Ladybird crashes on certain Google search result pages, for example https://www.google.com/search?hl=en&q=ladybird 1. Open URL in Ladybird 2. Spoof user agent in the Debug options to one of the major desktop...

I've been looking at the crash-page too much recently and the slight scrollbar caused by the padding has been annoying me.

Makes the inspector overlays work for SVG elements and improves their behavior in a couple other edge cases. See individual commits for more details. Some examples: Masking before/after: https://github.com/user-attachments/assets/6353daf8-aa8d-411e-b867-08ab781e24a2 https://github.com/user-attachments/assets/52d302bc-aeac-440a-8b4a-b82a08a947c0...

Visiting the Amazon search results for e.g. ["hello kitty coffee mug"](https://www.amazon.com/s?k=hello%20kitty%20coffee%20mug) causes Ladybird to crash. Reduced test case: ```html .table { display: table; } .table-cell { display: table-cell; height: 100%;...

This makes it so that we can visit [satellite](https://maps.apple.com/frame?map=satellite) and [hybrid](https://maps.apple.com/frame?map=hybrid) view on maps.apple.com. Previously this would crash from a bounds check due to us asking Skia to write 32bpp...

Clip frames for overflow were applied based on whether the box in question had a non-identity matrix transformation associated with it. That however is not correct, since specifying a no-op...

From what I can tell BMP files with an alpha channel always store unpremultiplied alpha. So let's load them as such to avoid rendering artifacts from using the wrong alpha...

The recent commits 28ba610f325aaed5d20daebdd3cf732a04e62eaf and 70c4ed261fb446fe25396164400d09e0c0df8bc6 adjusted some include directives to avoid excessive recompilation when changing some header files. This has broken compilation with clang-cl on Windows without getting noticed...

windows

These are some preparatory changes from a WIP branch that become obsolete as a whole, but these commits seem useful on their own.