summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLElement.cpp
AgeCommit message (Collapse)Author
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
This makes selector matching a lot more efficient, and also reduces the number of strings on the heap.
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. :^)