Age | Commit message (Expand) | Author |
---|---|---|
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-01 | LibWeb: Remove unecessary dependence on Window from CSS classes | Andrew Kaster |
2022-09-06 | LibWeb: Use cached_web_prototype() as much as possible | Andreas Kling |
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-07-04 | LibWeb: Simplify some WeakPtr assignments | Andreas Kling |
2022-05-11 | LibWeb: Implement CSSRule.parentRule and .parentStyleSheet | Sam Atkins |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2021-10-15 | LibWeb: Use W3C urls for CSSOM spec links | Sam Atkins |
2021-10-01 | LibWeb: Implement CSSRule and CSSStyleDeclaration serialization | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-28 | LibWeb: Create base class CSSRule for all CSS rules | Sviatoslav Peleshko |