Files
ladybird/Libraries/LibWeb
Andreas Kling 6242e029ed LibWeb: Make Element::tag_name() return a const FlyString&
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-06-16 19:09:14 +02:00
..
2020-06-14 19:01:54 +02:00