Age | Commit message (Expand) | Author |
---|---|---|
2022-09-06 | LibWeb: Make DOMException GC-allocated | Andreas Kling |
2022-09-06 | LibWeb: Use cached_web_prototype() as much as possible | Andreas Kling |
2022-09-06 | LibWeb: Make XMLSerializer GC-allocated | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-07-06 | AK: Use an enum instead of a bool for String::replace(all_occurences) | DexesTTP |
2022-07-05 | LibWeb: Implement XMLSerializer | Luke Wilde |