ladybird/Userland
Aliaksandr Kalenik fd3411c868 LibWeb: Ignore document's box during overflow clip rect calculation
Reduction of bug:
```html
<!DOCTYPE html><style>
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
div {
    background: orange;
    height: 1000px;
    width: 500px;
}
</style><body><div>
```

Fixes https://github.com/SerenityOS/serenity/issues/21690 and painting
on many other websites (null.com, servo.org).
2023-11-09 07:56:34 +01:00
..
Applets LibGfx: Remove indexed palette formats from Bitmap and Painter 2023-10-12 07:39:05 +02:00
Applications Calculator: Add Manual link to the help-context-menu 2023-11-08 16:26:23 +00:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland+Tests: Remove uses of direct file loading for BitmapFont 2023-10-29 13:12:28 -06:00
DevTools HackStudio: Create a progress bar update callback for each debug session 2023-11-06 10:02:16 +01:00
DynamicLoader DynamicLoader: Add an option to explicitly run an ELF executable binary 2023-10-16 12:09:04 +02:00
Games Spider: Add Manual link to the help-context-menu 2023-11-08 16:26:23 +00:00
Libraries LibWeb: Ignore document's box during overflow clip rect calculation 2023-11-09 07:56:34 +01:00
Services LibDNS: Prefer spans over raw pointers when parsing DNS packets 2023-11-08 09:38:36 +01:00
Shell Shell: Avoid infinite loop when parsing heredoc entry in POSIX mode 2023-11-08 15:04:08 +03:30
Utilities Fuzzers: Use a single fuzzer to test all LibTextCodec encodings 2023-11-08 09:39:49 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00