1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:18:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Andreas Kling 9743849ddb LibWeb: Allow passing null to a nullable IDL union type
This fixes an issue on Twitter where they were instantiating an
IntersectionObserver with a null root. The root IDL type is
`(Element or Document)?` so null needs to be allowed.
2022-09-18 12:53:06 +02:00
..
IPCCompiler Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
LibEDID Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
LibLocale LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00
LibTimeZone LibTimeZone: Generate DST rule timestamps at compile time 2022-09-17 23:21:32 +02:00
LibUnicode LibUnicode: Parse and generate custom emoji added for SerenityOS 2022-09-11 20:33:57 +01:00
LibWeb LibWeb: Allow passing null to a nullable IDL union type 2022-09-18 12:53:06 +02:00
StateMachineGenerator Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt LibUnicode: Move CLDR data generators to a LibLocale subfolder 2022-09-05 14:37:16 -04:00