summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/LiveNodeList.h
AgeCommit message (Expand)Author
2023-05-23LibWeb: Make LiveNodeList faster when it only cares about childrenAndreas Kling
2023-02-18LibWeb: Make factory method of DOM::LiveNodeList fallibleKenneth Myhra
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-09-06LibWeb: Make NodeList GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2021-10-03LibWeb: Add support for NodeListLuke Wilde