Age | Commit message (Expand) | Author |
---|---|---|
2020-12-10 | LibWeb: Expect IDL namespace to end with semicolon | Linus Groh |
2020-08-17 | LibWeb: Add Node.textContent | Nico Weber |
2020-06-21 | LibWeb: Add Node.insertBefore(Node node, Node? child) | Andreas Kling |
2020-06-21 | LibWeb: Expose Node.appendChild() to the web | Andreas Kling |
2020-06-21 | LibWeb: Add Node.parentNode and Node.parentElement to DOM API :^) | Andreas Kling |
2020-06-21 | LibWeb: Start generating JS wrappers from (simplified) WebIDL :^) | Andreas Kling |