ladybird/Userland
Sam Atkins 9fb44cb057 LibWeb/CSS: Make StringStyleValue hold a FlyString
We already have a FlyString of its value from parsing, and most users
also want a FlyString from it, so let's use that instead of converting
backwards and forwards.

The two users that did want a String are:
- Quotes, which make sense as FlyString instead, so I've converted that.
- Animation names, which should probably be FlyString too, but the code
  currently also allows for other kinds of StyleValue, and I don't want
  to dive into this right now to figure out if that's needed or not.
2024-07-17 15:08:44 +01:00
..
Libraries LibWeb/CSS: Make StringStyleValue hold a FlyString 2024-07-17 15:08:44 +01:00
Services LibWeb+RequestServer: Let RequestServer set HTTP Accept-Encoding header 2024-07-16 11:01:01 +02:00
Utilities Everywhere: Rename Gfx::OpenType::Font to Gfx::OpenType::Typeface 2024-07-13 09:31:02 +02:00