ladybird/Libraries
Lucas CHOLLET a3ef24e30a LibWeb/CSS: Add support for the srgb color space in color()
It makes the following WPT tests pass:
 - css/css-color/predefined-001.html
 - css/css-color/xyz-003.html
 - css/css-color/xyz-d50-003.html
 - css/css-color/xyz-d50-004.html
 - css/css-color/xyz-d65-003.html

Also we now render the reference of color-mix-currentcolor-nested-for-
color-property.html properly. Which means that it's now different from
the actual test, that is still rendered incorrectly. In other word, the
false positive for this test is now turned into a true negative.
2024-11-14 09:26:28 +00:00
..
LibArchive
LibCompress
LibCore LibCore: Don't reserve 2 KiB of stack memory when processing event queue 2024-11-10 19:12:59 +01:00
LibCrypto
LibDiff
LibFileSystem
LibGfx LibGfx: Add a method to copy a Bitmap to a PaintingSurface 2024-11-13 14:38:39 +01:00
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
LibLine
LibMain
LibMedia
LibRegex LibRegex: Don't ignore references that weren't bound in checked blocks 2024-11-12 10:37:57 +01:00
LibRequests
LibRIFF
LibSyntax
LibTest LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 2024-11-13 16:51:44 -05:00
LibTextCodec
LibThreading
LibTLS
LibUnicode
LibURL
LibWasm
LibWeb LibWeb/CSS: Add support for the srgb color space in color() 2024-11-14 09:26:28 +00:00
LibWebSocket
LibWebView LibWebView+WebContent+UI: Remember the current system visibility state 2024-11-13 20:36:47 +01:00
LibXML