Age | Commit message (Expand) | Author |
---|---|---|
2021-10-16 | LibWeb: Serialize selectors only in CSSStyleRule::selector_text() | Sam Atkins |
2021-10-16 | LibWeb: Move CSS selector-serialization code to Selector.{h,cpp} | Sam Atkins |
2021-10-15 | LibWeb: Use W3C urls for CSSOM spec links | Sam Atkins |
2021-10-15 | LibWeb: Implement CSSStyleRule::set_selector_text() | Sam Atkins |
2021-10-01 | LibWeb: Implement CSSRule and CSSStyleDeclaration serialization | 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-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-13 | LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM | Andreas Kling |
2021-03-07 | LibWeb: Rename StyleRule => CSSStyleRule | Andreas Kling |