summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CSS/CSSRule.h
AgeCommit message (Expand)Author
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-05-11LibWeb: Implement CSSRule.parentRule and .parentStyleSheetSam Atkins
2022-04-11LibWeb: Support CSSRule.typeAndreas Kling
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-12-06LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtrAndreas Kling
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-01LibWeb: Implement CSSRule and CSSStyleDeclaration serializationAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-18LibWeb: Add fast_is<T> for CSSRule subclassesAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko