Psychpsyo
b3487d8994
Meta: Add DOCTYPEs to most text tests
2025-03-20 11:50:49 +01:00
devgianlu
1612c1688e
LibWeb: Change hardcoded compression test to round trip
...
As compression is not always deterministic, we cannot hardcode what
it'll be like, do a round trip instead.
2025-03-19 13:46:50 +01:00
Valtteri Koskivuori
135daeb8bb
LibCompress: Don't assume zlib header is available right away
...
Instead of checking the header in ZlibDecompressor::create(), we now
check it in read_some() when it is called for the first time. This
resolves a FIXME in the new DecompressionStream implementation.
2024-11-18 19:55:46 -05:00
Timothy Flynn
5bcba896c2
LibWeb: Implement the DecompressionStream interface
2024-11-17 22:37:45 +01:00
Timothy Flynn
638a8aecad
LibWeb: Implement the CompressionStream interface
2024-11-17 22:37:45 +01:00