1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:58:13 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb
DexesTTP 7ceeb74535 AK: Use an enum instead of a bool for String::replace(all_occurences)
This commit has no behavior changes.

In particular, this does not fix any of the wrong uses of the previous
default parameter (which used to be 'false', meaning "only replace the
first occurence in the string"). It simply replaces the default uses by
String::replace(..., ReplaceMode::FirstOnly), leaving them incorrect.
2022-07-06 11:12:45 +02:00
..
WrapperGenerator AK: Use an enum instead of a bool for String::replace(all_occurences) 2022-07-06 11:12:45 +02:00
CMakeLists.txt LibWeb: Add code generator for CSS transform functions 2022-04-18 14:16:28 +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