Age | Commit message (Expand) | Author |
---|---|---|
2020-04-18 | LibWeb: Parse <br/> into a self-closed br element | Andreas Kling |
2020-04-07 | LibWeb: Add Origin concept (protocol, host, port tuple) | Andreas Kling |
2020-04-05 | AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr | Andreas Kling |
2020-04-04 | LibWeb: Treat '<' characters as part of the text inside <script> | Andreas Kling |
2020-04-03 | LibWeb: Implement <script src> support for synchronous scripts | Andreas Kling |
2020-03-30 | LibWeb: Support more advanced selectors in document.querySelectorAll() | Andreas Kling |
2020-03-30 | LibWeb: Add naive support for document.querySelectorAll() | Andreas Kling |
2020-03-25 | LibWeb: Commit uncommitted text at the end of HTML parse | Andreas Kling |
2020-03-21 | LibWeb: Add a DOM Event class (instead of events being simple strings) | Andreas Kling |
2020-03-20 | LibWeb: Add CSS property 'border' | myphs |
2020-03-18 | LibWeb: Start working on DOM event support | Andreas Kling |
2020-03-07 | LibWeb: Rename directory LibHTML => LibWeb | Andreas Kling |