Age | Commit message (Expand) | Author |
---|---|---|
2022-04-02 | LibWeb: Add the GlobalEventHandlers IDL mixin | Idan Horowitz |
2022-03-31 | LibWeb: Add the HTMLOrSVGElement IDL interface mixin | Idan Horowitz |
2022-03-31 | LibWeb: Replace ad-hoc EventHandler type with callback function typedef | Idan Horowitz |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur |
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-15 | LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes | Idan Horowitz |
2021-02-03 | LibWeb: Basic implementation of global event handlers :^) | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |