summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/HTMLBodyElement.h
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-22LibWeb: Use FlyString for element attribute namesAndreas Kling
Attribute names occur again and again.
2020-03-07LibWeb: Cache the <body background> style image valueAndreas Kling
This way we don't refetch the background image every time style is recomputed (e.g when hovering different elements.)
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. :^)