Age | Commit message (Expand) | Author |
---|---|---|
2022-10-01 | LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI | Andrew Kaster |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb: Use the WRAPPER_HACK() macro instead of hand-coding wrap() | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make DOM::Event and all its subclasses GC-allocated | Andreas Kling |
2022-06-06 | LibWeb: Use `long long` where it was replaced with `long` | stelar7 |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2021-10-01 | LibWeb: Add the missing ProgressEvent IDL constructor | Idan Horowitz |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-23 | LibWeb: Flesh out existing XHR methods a bit more | Luke |