summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/NodeIterator.h
AgeCommit message (Expand)Author
2023-02-18LibWeb: Make factory method of DOM::NodeIterator fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2022-10-20LibWeb: Add GC finalizer to DOM::NodeIteratorAndreas Kling
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-09-06LibWeb: Make NodeIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Move event listeners, handlers and callbacks to the GC heapAndreas Kling
2022-03-23LibWeb: Make NodeIterator behave like other browser enginesAndreas Kling
2022-03-09LibWeb: Implement "NodeIterator pre-removing steps"Andreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling