1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 09:35:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Timothy Flynn 324f709d29 LibWeb: Support IDL default values of "null" for optional arguments
This is a bit strange in the IDL syntax, but e.g., in HTMLSelectElement,
we have (simplified):

    undefined add(optional (HTMLElement or long)? before = null)

This could instead become:

    undefined add(optional (HTMLElement or long) before)

This change generates code for the former as if it were the latter.
2022-03-22 02:08:15 +01:00
..
WrapperGenerator LibWeb: Support IDL default values of "null" for optional arguments 2022-03-22 02:08:15 +01:00
CMakeLists.txt Meta: Port Generate_CSS_PropertyID_cpp to LibMain/Core::Stream 2022-03-10 09:49:13 -05:00
Generate_CSS_MediaFeatureID_cpp.cpp Meta: Generate functions for validating media-query values 2022-03-09 23:06:30 +01:00
Generate_CSS_MediaFeatureID_h.cpp Meta: Generate functions for validating media-query values 2022-03-09 23:06:30 +01:00
Generate_CSS_PropertyID_cpp.cpp LibWeb: Only invalidate stacking context tree for opacity/z-index change 2022-03-21 13:03:33 +01:00
Generate_CSS_PropertyID_h.cpp LibWeb: Only invalidate stacking context tree for opacity/z-index change 2022-03-21 13:03:33 +01:00
Generate_CSS_ValueID_cpp.cpp Meta: Port Generate_CSS_ValueID_cpp to LibMain/Core::Stream 2022-03-10 09:49:13 -05:00
Generate_CSS_ValueID_h.cpp Meta: Port Generate_CSS_ValueID_h to LibMain/Core::Stream 2022-03-10 09:49:13 -05:00
GeneratorUtil.h Meta: Generate CSS::MediaFeatureID enum 2022-03-09 23:06:30 +01:00