Age | Commit message (Expand) | Author |
---|---|---|
2022-09-06 | LibWeb: Use cached_web_prototype() as much as possible | Andreas Kling |
2022-09-06 | LibWeb: Make DOMParser GC-allocated | Andreas Kling |
2022-09-06 | LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated | Andreas Kling |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-07-04 | LibWeb: Add the type field to DOM::Document | networkException |
2022-03-28 | LibWeb: Load X(HT)ML documents and transform them into HTML DOM | Ali Mohammad Pur |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2022-02-21 | LibWeb: Make document.write() work while document is parsing | Andreas Kling |
2022-02-19 | LibWeb: Use DOMParserSupportedType enum for DOMParser.parseFromString | Luke Wilde |
2021-09-25 | LibWeb: Rename HTMLDocumentParser => HTMLParser | Andreas Kling |
2021-07-05 | LibWeb: Add DOMParser | Luke |