summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/ParentNode.h
AgeCommit message (Collapse)Author
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. :^)