Andreas Kling
|
7309642ca8
|
LibWeb: Use FlyString for Element tag names
This makes selector matching a lot more efficient, and also reduces the
number of strings on the heap.
|
2020-03-22 19:12:10 +01:00 |
|
Andreas Kling
|
7f83f77377
|
LibWeb: Use FlyString for element attribute names
Attribute names occur again and again.
|
2020-03-22 13:10:04 +01:00 |
|
Andreas Kling
|
7a9cb2dfca
|
LibWeb: Cache the <body background> style image value
This way we don't refetch the background image every time style is
recomputed (e.g when hovering different elements.)
|
2020-03-07 11:17:18 +01:00 |
|
Andreas Kling
|
830a57c6b2
|
LibWeb: Rename directory LibHTML => LibWeb
Let's rename this to LibWeb since it aims to provide more parts of the
web platform than just HTML. :^)
|
2020-03-07 10:32:51 +01:00 |
|