Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-06 | LibWeb: Make CSSRule and all its subclasses GC-allocated | Andreas Kling | |
2022-08-23 | LibWeb: Replace GlobalObject with Realm in wrapper functions | Linus 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-30 | LibWeb: Add the CSSStyleRule interface with some limited functionality | Andreas Kling | |