ladybird/Libraries
Shannon Booth f388d3c88c LibWeb/HTML: Fix crash creating canvas pattern without context
This isn't a full fix, as the paint function does not handle this
either. But instead of getting the bitmap from the image source
immediately, follow the spec a bit more closely by creating the
CanvasPatern object with the ImageSource directly.

Fixes a crash for the 5 included WPT tests.
2025-01-12 18:40:37 +00:00
..
LibCompress
LibCore
LibCrypto LibCrypto: Use OpenSSL to generate RSA keys 2025-01-12 01:13:19 +01:00
LibDiff
LibDNS
LibFileSystem
LibGC
LibGfx
LibHTTP
LibIDL
LibImageDecoderClient
LibIPC
LibJS LibJS: Support date strings of the form "Thu, 09 Jan 2025 23:00:00" 2025-01-08 18:45:43 +01:00
LibLine
LibMain
LibMedia
LibRegex
LibRequests
LibRIFF
LibSyntax
LibTest
LibTextCodec
LibThreading LibThreading: Make MutexLocker [[nodiscard]] 2025-01-10 13:21:36 +00:00
LibTLS LibCrypto: Make PKSystem methods return ErrorOr 2025-01-12 01:13:19 +01:00
LibUnicode
LibURL LibURL+LibWeb: Make URL::basic_parse return an Optional<URL> 2025-01-11 10:08:29 -05:00
LibWasm
LibWeb LibWeb/HTML: Fix crash creating canvas pattern without context 2025-01-12 18:40:37 +00:00
LibWebSocket
LibWebView LibWebView: Avoid replication of the HTML namespace string 2025-01-12 00:35:58 +01:00
LibXML