summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/CSSRuleWrapperFactory.h
AgeCommit message (Collapse)Author
2022-09-06LibWeb: Make CSSRule and all its subclasses GC-allocatedAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
Similar to create() in LibJS, wrap() et al. are on a low enough level to warrant passing a Realm directly instead of relying on the current realm from the VM, as a wrapper may need to be allocated while no JS is being executed.
2021-09-30LibWeb: Add the CSSStyleRule interface with some limited functionalityAndreas Kling