ladybird/Userland
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
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications Spreadsheet: Add CommonRange#unique() 2022-03-09 10:22:20 +03:30
Demos Demos: Create demo for VirGL gpu device 2022-03-09 14:58:48 +03:30
DevTools HackStudio: Add more files to new file menu 2022-03-08 22:42:40 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibWeb: Add basic support for DOM's NodeIterator and NodeFilter 2022-03-09 16:43:00 +01:00
Services SystemServer: Create device files for gpus on startup 2022-03-09 14:58:48 +03:30
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities date: Allow using a custom format string 2022-03-08 23:30:47 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00