1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Linus Groh de83f5422d LibWeb: Generate Window{Constructor,Prototype} from IDL
The Window object is massive, so let's do the conversion to IDL step
by step. First up: getting rid of the manual constructor and prototype
definitions, which can be generated from an empty `interface Window`.
2023-03-07 23:33:34 +00:00
..
BindingsGenerator Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
CMakeLists.txt LibWeb: Add new code generator for creating exposed interface helpers 2022-10-09 10:14:57 +02:00
GenerateCSSEnums.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateCSSMediaFeatureID.cpp LibWeb: Make property/media-feature name matching ASCII case-insensitive 2023-02-19 00:46:47 +01:00
GenerateCSSPropertyID.cpp LibWeb: Remove CSS::Parser::ParsingContext's default constructor 2023-03-07 11:51:12 +00:00
GenerateCSSTransformFunctions.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateCSSValueID.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateWindowOrWorkerInterfaces.cpp LibWeb: Generate Window{Constructor,Prototype} from IDL 2023-03-07 23:33:34 +00:00
GeneratorUtil.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00