summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Node.idl
AgeCommit message (Expand)Author
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-06-21LibWeb: Add Node.insertBefore(Node node, Node? child)Andreas Kling
2020-06-21LibWeb: Expose Node.appendChild() to the webAndreas Kling
2020-06-21LibWeb: Add Node.parentNode and Node.parentElement to DOM API :^)Andreas Kling
2020-06-21LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)Andreas Kling