Age | Commit message (Expand) | Author |
---|---|---|
2023-01-10 | LibWeb: Move passing of Web object prototypes out of constructors | Timothy Flynn |
2023-01-09 | AK+Everywhere: Rename FlyString to DeprecatedFlyString | Timothy Flynn |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb: Make HTMLCollection and subclasses GC-allocated | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-08-23 | LibWeb: Replace GlobalObject with Realm in wrapper functions | Linus Groh |
2022-03-22 | LibWeb: Expose HTMLCollection's root element to its subclasses | Timothy Flynn |
2021-09-26 | LibWeb: Convert HTMLCollection to use IDL special operations | Luke Wilde |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | LibWeb: Implement a slow but functional HTMLCollection :^) | Andreas Kling |