index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
CSSRule.h
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from CSS classes
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make CSSRule and all its subclasses GC-allocated
Andreas Kling
2022-05-11
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
Sam Atkins
2022-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2021-12-06
LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtr
Andreas Kling
2021-10-08
LibWeb: Implement `@supports` rule :^)
Sam Atkins
2021-10-01
LibWeb: Implement CSSRule and CSSStyleDeclaration serialization
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-18
LibWeb: Add fast_is<T> for CSSRule subclasses
Andreas Kling
2021-03-13
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
Andreas Kling
2021-02-28
LibWeb: Create base class CSSRule for all CSS rules
Sviatoslav Peleshko