Age | Commit message (Expand) | Author |
---|---|---|
2022-04-12 | LibWeb: Break friendship between CSS DeclarationOrAtRule and Parser | Sam Atkins |
2022-04-12 | LibWeb: Break friendship between CSS Declaration and Parser | Sam Atkins |
2022-04-12 | LibWeb: Move Declaration and DeclarationOrAtRule into Parser namespace | Sam Atkins |
2022-04-12 | LibWeb: Move CSS Parser into new Web::CSS::Parser namespace | Sam Atkins |
2022-04-07 | LibWeb: Rename StyleDeclarationRule -> Declaration | Sam Atkins |
2021-07-11 | LibWeb: Add accessors to CSS::DeclarationOrAtRule | Sam Atkins |
2021-07-11 | LibWeb: Merge CSS Parser's QualifiedStyleRule and AtStyleRule | Sam Atkins |
2021-07-11 | LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser | Sam Atkins |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-09 | LibWeb: Add a whole bunch of rule classes for the new CSS parser | Andreas Kling |