1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 19:15:07 +00:00
serenity/Userland/Libraries/LibWeb/CodeGenerators
Luke a826df773e LibWeb: Make WrapperGenerator generate nullable wrapper types
Previously it was not doing so, and some code relied on this not being
the case.

In particular, set_caption, set_t_head and set_t_foot in
HTMLTableElement relied on this. This commit is not here to fix this,
so I added an assertion to make it equivalent to a reference for now.
2021-07-05 12:39:46 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Generate_CSS_PropertyID_cpp.cpp AK+Spreadsheet+LibWeb: Remove JsonObject::get_or() 2021-06-29 13:18:03 +02:00
Generate_CSS_PropertyID_h.cpp LibWeb: Add PropertyID::Custom to code generator 2021-05-28 10:45:38 +01:00
Generate_CSS_ValueID_cpp.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
Generate_CSS_ValueID_h.cpp LibCore+Everywhere: Move OpenMode out of IODevice 2021-05-12 11:00:45 +01:00
WrapperGenerator.cpp LibWeb: Make WrapperGenerator generate nullable wrapper types 2021-07-05 12:39:46 +02:00