Age | Commit message (Expand) | Author |
---|---|---|
2022-02-19 | LibWeb: Move QualifiedName into the Web::DOM namespace | Andreas Kling |
2022-02-15 | LibWeb: Implement HTMLElement.click() | Andreas Kling |
2022-02-06 | LibWeb: Implement (most of) HTMLElement.focus() | Andreas Kling |
2021-09-30 | LibWeb: Support HTMLElement.offset{Width,Height} | Andreas Kling |
2021-09-26 | LibWeb: Add support for HTMLOrSVGElement.dataset | Luke Wilde |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-15 | LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes | Idan Horowitz |
2021-02-20 | LibWeb: Use DOMException in HTMLElement::set_content_editable() | Linus Groh |
2021-02-07 | LibWeb: Use move semantics for QualifiedName more often | Andreas Kling |
2021-02-03 | LibWeb: Basic implementation of global event handlers :^) | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |