summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Frequency.cpp
AgeCommit message (Expand)Author
2023-03-30LibWeb: Remove CalculatedStyleValue from FrequencySam Atkins
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-27LibWeb: Ensure PercentageOr<T>::resolved() returns a concrete TSam Atkins
2022-02-24LibWeb: Implement CSS Frequency classSam Atkins