1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
Timothy Flynn 9c569e8a0f LibWeb: Implement the [PutForwards] IDL extended attribute
For example, consider the attribute:

    interface Element {
        [PutForwards=value] readonly attribute DOMTokenList classList;
    }

When `classList` is set, we should instead set the attribute `value` on
the `classList` attribute of the Element interface.
2023-03-14 16:30:19 -04:00
..
IPCCompiler AK+Everywhere: Make GenericLexer::ignore_until() stop before the value 2023-02-28 12:55:10 +00:00
LibEDID CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibGL CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibLocale CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibTimeZone CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibUnicode CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibWeb LibWeb: Implement the [PutForwards] IDL extended attribute 2023-03-14 16:30:19 -04:00
StateMachineGenerator LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00