Age | Commit message (Expand) | Author |
---|---|---|
2022-09-06 | LibWeb: Make StyleSheetList GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make StyleSheet and CSSStyleSheet GC-allocated | Andreas Kling |
2022-04-08 | LibWeb: Load fonts from style sheet once when sheet is added | Andreas Kling |
2022-03-15 | LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere | Andreas Kling |
2022-03-09 | LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() | Andreas Kling |
2022-02-10 | LibWeb: Cache CSS rules in buckets to reduce number of rules checked | Andreas Kling |
2021-10-15 | LibWeb: Use W3C urls for CSSOM spec links | Sam Atkins |
2021-09-30 | LibWeb: Reimplement the <style> element following the spec | Andreas Kling |
2021-09-29 | LibWeb: Make StyleSheetList.item an IDL getter | Luke Wilde |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-08 | LibWeb: Start exposing CSS style sheets to JavaScript :^) | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |