Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | LibWeb: Move DOM classes into the Web::DOM namespace | Andreas Kling | |
LibWeb keeps growing and the Web namespace is filling up fast. Let's put DOM stuff into Web::DOM, just like we already started doing with SVG stuff in Web::SVG. | |||
2020-07-26 | LibWeb: Switch to using AK::is and AK::downcast | Andreas Kling | |
2020-03-25 | LibWeb: Add ParentNode::remove_all_children() | Andreas Kling | |
This safely removes all children from a Node. | |||
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling | |
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^) |