1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 05:55:07 +00:00
serenity/Libraries/LibWeb/SVG
Andreas Kling 865f524d5b AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Now that we have RTTI in userspace, we can do away with all this manual
hackery and use dynamic_cast.

We keep the is<T> and downcast<T> helpers since they still provide good
readability improvements. Note that unlike dynamic_cast<T>, downcast<T>
does not fail in a recoverable way, but will assert if the object being
casted is not a T.
2021-01-01 15:33:30 +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 AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +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 AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
SVGGraphicsElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGPathElement.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGPathElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
SVGPathElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SVGSVGElement.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
SVGSVGElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +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