summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Node.idl
AgeCommit message (Expand)Author
2021-10-03LibWeb: Convert Node.childNodes to NodeListLuke Wilde
2021-09-13LibWeb: Implement Node.isEqualNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Implement Node.isSameNode(Node? otherNode)Andreas Kling
2021-09-06LibWeb: Make Node.textContent more spec compliantLuke Wilde
2021-07-05LibWeb: Implement Node.containsLuke
2021-05-07LibWeb: Implement Node.replaceChildLuke
2021-05-02LibWeb: Expose Node.ownerDocumentLuke
2021-04-14LibWeb: Implement Node.cloneNode()Linus Groh
2021-04-11LibWeb: Add implementation of Node.compareDocumentPosition()Brian Gianforcaro
2021-04-11LibWeb: Connect existing implementation of Node::is_connected to JS.Brian Gianforcaro
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-03-06LibWeb: Add a couple child node operations to Node and add node typesLuke
2021-01-28LibWeb: Add simple implementation of Node.removeChild()Andreas Kling
2021-01-28LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...Andreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling