ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb
sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors
This commit moves the length calculations out to be directly on the
StringView users. This is an important step towards the goal of removing
StringView(char const*), as it moves the responsibility of calculating
the size of the string to the user of the StringView (which will prevent
naive uses causing OOB access).
2022-07-12 23:11:35 +02:00
..
WrapperGenerator Everywhere: Explicitly specify the size in StringView constructors 2022-07-12 23:11:35 +02:00
CMakeLists.txt Meta: Rename Lagom library target names from LagomFoo to LibFoo 2022-07-06 14:24:23 +02:00
GenerateCSSEnums.cpp LibWeb: Assign an underlying type to generated CSS enums 2022-04-14 14:54:06 +02:00
GenerateCSSMediaFeatureID.cpp Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator() 2022-04-02 09:18:07 -04:00
GenerateCSSPropertyID.cpp LibWeb: Use generated enum code for property value validation 2022-04-14 14:54:06 +02:00
GenerateCSSTransformFunctions.cpp LibWeb: Generate some metadata about transform functions 2022-04-18 14:16:28 +02:00
GenerateCSSValueID.cpp Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator() 2022-04-02 09:18:07 -04:00
GeneratorUtil.h AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00