Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | LibWeb: Use FlyString for Element tag names | Andreas Kling | |
This makes selector matching a lot more efficient, and also reduces the number of strings on the heap. | |||
2020-03-22 | LibWeb: Use FlyString for element attribute names | Andreas Kling | |
Attribute names occur again and again. | |||
2020-03-07 | LibWeb: Cache the <body background> style image value | Andreas Kling | |
This way we don't refetch the background image every time style is recomputed (e.g when hovering different elements.) | |||
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling | |
Let's rename this to LibWeb since it aims to provide more parts of the web platform than just HTML. :^) |