ladybird/Userland/Libraries/LibWeb/SVG
asynts 8465683dcf Everywhere: Debug macros instead of constexpr.
This was done with the following script:

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;

    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \;
2021-01-25 09:47:36 +01:00
..
SVGContext.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
SVGElement.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGElement.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGeometryElement.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGeometryElement.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGeometryElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGraphicsElement.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGraphicsElement.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGGraphicsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGPathElement.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
SVGPathElement.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGPathElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SVGSVGElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00