Age | Commit message (Expand) | Author |
---|---|---|
2021-10-08 | LibWeb: Evaluate `@media` rules | Sam Atkins |
2021-10-08 | LibWeb: Move CSSRule iteration to CSSRuleList | Sam Atkins |
2021-10-06 | LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule | Ben Wiederhake |
2021-09-30 | LibWeb: Reimplement the <style> element following the spec | Andreas Kling |
2021-09-29 | LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIs | Andreas Kling |
2021-09-29 | LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^) | Andreas Kling |
2021-09-29 | LibWeb: Use a CSSRuleList inside CSSStyleSheet | Sam Atkins |
2021-06-24 | AK: Rename downcast<T> => verify_cast<T> | Andreas Kling |
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-08 | LibWeb: Implement StyleSheet.type | Andreas Kling |
2021-03-08 | LibWeb: Start exposing CSS style sheets to JavaScript :^) | Andreas Kling |
2021-03-07 | LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet | Andreas Kling |