Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2021-01-01 | AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers | Andreas Kling | |
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. | |||
2020-10-22 | LibWeb: Add namespace to Element | Luke | |
2020-08-09 | LibWeb: Add all HTML elements between L and Q | Luke | |