Age | Commit message (Expand) | Author |
---|---|---|
2022-06-29 | LibWeb: Only make certain <body> and <frameset> events apply to Window | Luke Wilde |
2022-02-08 | LibWeb: Rewrite EventTarget to more closely match the spec | Luke Wilde |
2021-09-19 | LibWeb: Move `onfoo` attribute handling to EventTarget | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-20 | LibWeb: Use correct event name for the onmousemove global event handler | Idan Horowitz |
2021-02-03 | LibWeb: Basic implementation of global event handlers :^) | Andreas Kling |
2021-02-03 | LibWeb: Add enumerator macro for all the "global event handlers" | Andreas Kling |