Age | Commit message (Expand) | Author |
---|---|---|
2023-02-28 | LibWeb: Restore proper functionality of legacy platform objects | Luke Wilde |
2023-02-18 | LibWeb: Make factory method of HTML::DOMStringMap fallible | Kenneth Myhra |
2023-01-29 | LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors | Timothy Flynn |
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-10-10 | LibWeb: Make DOMStringMap a LegacyPlatformObject | Andreas Kling |
2022-09-25 | LibWeb: Move ExceptionOr from DOM/ to WebIDL/ | Linus Groh |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Make DOMStringMap GC-allocated | Andreas Kling |
2021-09-26 | LibWeb: Add support for HTMLOrSVGElement.dataset | Luke Wilde |