1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Libraries/LibWeb/SVG
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
SVGContext.h LibWeb: Create LayoutNodes for each SVG element 2020-10-10 23:28:41 +02:00
SVGElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGElement.h LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
SVGElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGGeometryElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGeometryElement.h LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGeometryElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGGraphicsElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
SVGGraphicsElement.h LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
SVGGraphicsElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGPathElement.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
SVGPathElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
SVGPathElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGSVGElement.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
SVGSVGElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
SVGSVGElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
TagNames.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
TagNames.h LibWeb: Add initial implementation of foreign content parsing 2020-10-22 15:24:42 +02:00