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