summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/Supports.h
AgeCommit message (Expand)Author
2023-03-07LibWeb: Remove CSS::Parser::ParsingContext's default constructorLuke Wilde
2023-02-15LibWeb: Port CSS::Supports to new StringsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-05-11LibWeb: Implement `@supports` serializationSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-07LibWeb: Rename StyleDeclarationRule -> DeclarationSam Atkins
2022-02-19LibWeb: Implement `@supports selector(.foo)`Sam Atkins
2022-01-19LibWeb: Remove `unknown` value in `@supports` query logicSam Atkins
2021-11-24LibWeb: Use a string instead of an internal Parser class in SupportsSam Atkins
2021-11-24LibWeb: Use new GeneralEnclosed class in SupportsSam Atkins
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins