Age | Commit message (Expand) | Author |
---|---|---|
2021-01-01 | AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers | Andreas Kling |
2020-11-22 | LibWeb: Make event dispatching spec-compliant | Luke |
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake |
2020-08-21 | LibWeb: Implement <template> parsing | Luke |
2020-08-17 | LibWeb: Add Comment and DocumentFragment bindings, move querySelector... | Luke |
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling |
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-06-16 | LibWeb: Make Element::tag_name() return a const FlyString& | Andreas Kling |
2020-03-28 | LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class | Andreas Kling |
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |