Files
ladybird/Libraries/LibWeb/DOM
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-04-06 11:09:01 +02:00
2020-06-13 00:23:32 +02:00