ladybird/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Andreas Kling fabcee016f LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
This patch adds NodeIterator (created via Document.createNodeIterator())
which allows you to iterate through all the nodes in a subtree while
filtering with a provided NodeFilter callback along the way.

This first cut implements the full API, but does not yet handle nodes
being removed from the document while referenced by the iterator. That
will be done in a subsequent patch.
2022-03-09 16:43:00 +01:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 2022-03-09 16:43:00 +01:00
IDLParser.cpp LibWeb: Add a very basic and ad-hoc version of IDL overload resolution 2022-03-05 23:40:08 +01:00
IDLParser.h WrapperGenerator: Add support for IDL mixin interfaces 2022-02-17 19:55:27 +01:00
IDLTypes.h LibWeb: Add a very basic and ad-hoc version of IDL overload resolution 2022-03-05 23:40:08 +01:00
main.cpp LibWeb: Move WebSocket into the Web::WebSockets namespace 2022-02-18 19:34:08 +00:00