Age | Commit message (Expand) | Author |
---|---|---|
2021-10-01 | LibWeb: Implement CSSRule and CSSStyleDeclaration serialization | Andreas Kling |
2021-10-01 | LibWeb: Add missing virtual/override/final in CSSStyleRule | Andreas Kling |
2021-09-30 | LibWeb: Add the CSSStyleRule interface with some limited functionality | Andreas Kling |
2021-07-14 | LibWeb: Make CSS::Selector reference counted | Sam Atkins |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-18 | LibWeb: Add fast_is<T> for CSSRule subclasses | Andreas Kling |
2021-03-13 | LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM | Andreas Kling |
2021-03-07 | LibWeb: Rename StyleRule => CSSStyleRule | Andreas Kling |