summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOMTreeModel.cpp
AgeCommit message (Collapse)Author
2020-06-16LibWeb: Make Element::tag_name() return a const FlyString&Andreas Kling
The more generic virtual variant is renamed to node_name() and now only Element has tag_name(). This removes a huge amount of String ctor/dtor churn in selector matching.
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. :^)