Bastiaan van der Plaat
|
169d24ae2e
|
LibWeb: Add comments and missing items of various IDL files
|
2023-10-25 19:45:41 +02:00 |
|
Andreas Kling
|
8f110e0fb1
|
LibWeb: Remove the NoInstanceWrapper extended IDL attribute
No interfaces require wrappers anymore, so we can just make this the
default mode.
|
2022-09-06 00:27:09 +02:00 |
|
Andreas Kling
|
a4ddb0ef87
|
LibWeb: Make TreeWalker GC-allocated
|
2022-09-06 00:27:09 +02:00 |
|
Andreas Kling
|
acbdb95b0a
|
LibWeb: Add support for DOM's TreeWalker
This patch adds TreeWalker (created via Document.createTreeWalker())
which allows you to traverse a filtered view of the DOM in all
directions.
|
2022-03-09 16:43:55 +01:00 |
|