1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-15 01:52:08 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
Luke Wilde 3275d659bf LibWeb: Convert FormData to String and Vector storage
This makes use of the new [UseNewAKString] extended attribute. Using
Vector storage will make it easier to make this interface into an IDL
iterable. It seems the reason it didn't use Vector originally was due
to awkward DeprecatedString -> String conversions.
2023-02-18 01:23:36 +01:00
..
BindingsGenerator LibWeb: Convert FormData to String and Vector storage 2023-02-18 01:23:36 +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 LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GenerateCSSPropertyID.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +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 LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
GeneratorUtil.h LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00