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-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. :^) |