summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/HTMLCollection.h
AgeCommit message (Expand)Author
2022-03-22LibWeb: Expose HTMLCollection's root element to its subclassesTimothy Flynn
2021-09-26LibWeb: Convert HTMLCollection to use IDL special operationsLuke Wilde
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling