Andreas Kling
82444048de
LibWeb: Add cached global attribute name FlyStrings
...
Instead of creating extremely common FlyStrings like "id" and "class"
on demand every time they are needed, we now have AttributeNames.h,
which provides Web::HTML::AttributeNames::{id,class_}
This avoids a bunch of string allocations during selector matching.
2020-05-26 23:45:43 +02:00
..
2020-05-21 15:16:48 +02:00
2020-05-21 01:24:36 +02:00
2020-05-26 00:12:20 +02:00
2020-05-26 00:12:20 +02:00
2020-05-26 23:45:43 +02:00
2020-05-26 12:27:10 +02:00
2020-04-18 13:24:45 +02:00
2020-05-21 15:16:48 +02:00
2020-03-28 23:10:37 +01:00
2020-04-18 13:24:45 +02:00
2020-05-21 15:16:48 +02:00
2020-03-29 00:37:33 +01:00
2020-04-14 20:37:01 +02:00
2020-04-14 20:37:01 +02:00
2020-05-18 09:39:55 +02:00
2020-04-21 23:49:51 +02:00
2020-05-20 08:30:22 +02:00
2020-05-18 22:05:13 +02:00
2020-05-18 09:39:55 +02:00
2020-03-29 00:37:33 +01:00
2020-05-25 15:15:31 +02:00
2020-05-21 12:58:57 +02:00
2020-04-14 20:37:01 +02:00
2020-05-21 15:16:48 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 11:00:55 +02:00
2020-04-28 09:29:50 +02:00
2020-04-08 21:46:43 +02:00
2020-05-18 09:39:55 +02:00
2020-04-23 11:03:17 +02:00
2020-04-08 21:46:43 +02:00
2020-04-08 21:46:43 +02:00