Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-16 | LibWeb: Make Element::tag_name() return a const FlyString& | Andreas Kling | |
The more generic virtual variant is renamed to node_name() and now only Element has tag_name(). This removes a huge amount of String ctor/dtor churn in selector matching. | |||
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. :^) |