ladybird/Userland
Timothy Flynn a9c858fc78 LibWeb: Implement WebDriver element references according to the spec
Our currently ad-hoc method of tracking element references is basically
a process-wide map, rather than grouping elements according to their
browsing context groups. This prevents us from recognizing when an
element reference is invalid due to its browsing context having been
closed.

This implements the WebDriver spec concept of element references grouped
according to their browsing context groups.

This patch is a bit noisy because we now need to plumb the current BC
through to the element reference AOs.
2024-10-24 18:59:51 -04:00
..
Libraries LibWeb: Implement WebDriver element references according to the spec 2024-10-24 18:59:51 -04:00
Services LibWeb: Implement WebDriver element references according to the spec 2024-10-24 18:59:51 -04:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00