ladybird/Libraries/LibIDL
Johan Dahlin db9c3b88f4 LibIDL: Allow quoted-string defaults with whitespace in IDL parameters
The old parameter-default lexer stopped at any whitespace, making it
impossible to write defaults like `optional CSSOMString text = " "`.
Fall back to `consume_quoted_string()` (capturing quotes) when the
default starts with a quote, so the spec default for
FontFaceSet.load()/.check() can be expressed in IDL.
2026-04-25 17:06:28 +02:00
..
CMakeLists.txt LibCore: Remove LibCoreMinimal 2026-02-26 18:31:57 +01:00
ExposedTo.cpp Everywhere: Remove ShadowRealm support 2026-04-05 13:57:58 +02:00
ExposedTo.h Everywhere: Remove ShadowRealm support 2026-04-05 13:57:58 +02:00
IDLParser.cpp LibIDL: Allow quoted-string defaults with whitespace in IDL parameters 2026-04-25 17:06:28 +02:00
IDLParser.h LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00
Types.cpp LibWeb: Parse support IDL files when generating bindings 2026-04-24 20:08:29 +02:00
Types.h LibWeb+LibIDL: Remove support for #import directives during parsing 2026-04-24 20:08:29 +02:00