Age | Commit message (Expand) | Author |
---|---|---|
2021-09-26 | LibWeb: Support simplest form of CSSStyleDeclaration.setProperty() | Andreas Kling |
2021-09-12 | LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property) | Andreas Kling |
2021-07-26 | LibWeb: Add a CustomHasProperty trait to WrapperGenerator | davidot |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-03-15 | LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper | Andreas Kling |
2021-03-13 | LibWeb: Expose barebones CSSStyleDeclaration to JavaScript | Andreas Kling |