1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 22:25:07 +00:00
serenity/Libraries/LibWeb/CSS/Parser
Andreas Kling 62ec42c112 LibWeb: Remove some unnecessary throwaway strings in the CSS parser
We've had StringView::ends_with(..., CaseSensitivity) for a while,
so let's use it to avoid creating a bunch of unnecessary strings here.
2020-08-07 20:35:05 +02:00
..
CSSParser.cpp LibWeb: Remove some unnecessary throwaway strings in the CSS parser 2020-08-07 20:35:05 +02:00
CSSParser.h LibWeb: Move the CSS parser into CSS/Parser/ 2020-07-28 19:23:18 +02:00