summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/ParentNode.h
AgeCommit message (Collapse)Author
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas 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-26LibWeb: Switch to using AK::is and AK::downcastAndreas Kling
2020-03-25LibWeb: Add ParentNode::remove_all_children()Andreas Kling
This safely removes all children from a Node.
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^)