mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
8465683dcf
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/' {} \; |
||
---|---|---|
.. | ||
SVGContext.h | ||
SVGElement.cpp | ||
SVGElement.h | ||
SVGElement.idl | ||
SVGGeometryElement.cpp | ||
SVGGeometryElement.h | ||
SVGGeometryElement.idl | ||
SVGGraphicsElement.cpp | ||
SVGGraphicsElement.h | ||
SVGGraphicsElement.idl | ||
SVGPathElement.cpp | ||
SVGPathElement.h | ||
SVGPathElement.idl | ||
SVGSVGElement.cpp | ||
SVGSVGElement.h | ||
SVGSVGElement.idl | ||
TagNames.cpp | ||
TagNames.h |