ladybird/Libraries
Tim Ledbetter 27de4fdcea LibWeb: Clamp interpolated font-style angle
This change adds the allowed angle range to the `font-style` property
definition. This allows these angles to be clamped after interpolation.

Ideally, the generator should be updated so that we can specify the
angle is in degrees. This would allow us to make use of this
information during parsing, which we can't do currently because we
don't know what the unit is. Using this value for interpolation
purposes is fine because the angle has been converted to its canonical
unit by this point.
2025-09-24 11:40:38 +01:00
..
LibCompress
LibCore LibCore: Make timer firing order stable for equal deadlines 2025-09-22 12:34:32 +01:00
LibCrypto Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
LibDevTools LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
LibDiff
LibDNS LibDNS: Export DNS::Messages::Records::SIG for DNS_DEBUG builds 2025-09-18 11:02:13 +02:00
LibFileSystem
LibGC AK: Store hash with HashTable entry to avoid expensive equality checks 2025-09-18 22:37:18 +02:00
LibGfx LibWeb: Don't emit Push{Pop}StackingContext without visible effect 2025-09-23 19:05:01 +02:00
LibHTTP
LibIDL LibIDL: Support extended attributes on namespace members 2025-09-11 17:06:44 +01:00
LibImageDecoderClient
LibIPC Everywhere: Use a forward declaration for pointers to Threading::Thread 2025-09-22 17:28:21 -05:00
LibJS LibJS: Invalidate PrototypeChainValidity when prototype shape is a dict 2025-09-22 18:41:23 +02:00
LibLine Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
LibMain
LibMedia Everywhere: Use a forward declaration for pointers to Threading::Thread 2025-09-22 17:28:21 -05:00
LibRegex LibRegex: Export OpCode/OpCode_Compare for REGEX_DEBUG builds 2025-09-18 11:02:13 +02:00
LibRequests Everywhere: Change west consts caught by clang-format-21 to east consts 2025-08-29 18:18:55 +01:00
LibSyntax Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
LibTest Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
LibTextCodec LibTextCodec: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
LibThreading LibThreading: Remove Weakable from Thread 2025-09-22 17:28:21 -05:00
LibTLS LibTLS: Use Windows-specific method to set default certificate store 2025-08-23 18:35:45 -06:00
LibUnicode LibWeb: Resolve Unicode FIXME in forwardDelete 2025-09-16 06:57:30 -04:00
LibURL LibURL: Add a few missing internal page factories 2025-09-18 07:27:24 -04:00
LibWasm Everywhere: Use Optional<T>::ensure() where useful 2025-09-17 12:01:18 -04:00
LibWeb LibWeb: Clamp interpolated font-style angle 2025-09-24 11:40:38 +01:00
LibWebSocket LibWeb: Make WebSocket closure adhere to spec for all ReadyStates 2025-08-18 09:35:47 -06:00
LibWebView Everywhere: Use a forward declaration for pointers to Threading::Thread 2025-09-22 17:28:21 -05:00
LibXML Utilities/xml: Enable on Windows 2025-08-24 12:58:27 -06:00
CMakeLists.txt LibDevTools: Enable in Windows CI 2025-08-23 16:04:36 -06:00