summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/StyleSheet.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14LibWeb: Respect media attribute of style tagAliaksandr Kalenik
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make StyleSheet mark its owner nodeAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-03-09LibWeb: Add the StyleSheet.href attributeAndreas Kling
2021-12-06LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtrAndreas Kling
2021-09-30LibWeb: Reimplement the <style> element following the specAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-08LibWeb: Implement StyleSheet.typeAndreas Kling
2021-03-08LibWeb: Implement StyleSheet.ownerNode :^)Andreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling