Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-26 | LibWeb: Move HTML object model stuff into LibWeb/HTML/ | Andreas Kling | |
Take a hint from SVG and more all the HTML classes into HTML instead of mixing them with the DOM classes. | |||
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. :^) |