ladybird/Userland
Timothy Flynn ad9d623664 WebContent+WebDriver: Make the element locator endpoints asynchronous
We currently spin the event loop to wait for the specified element to
become available. As we've seen with other endpoints, this can result
in dead locks if another web component also spins the event loop.

This patch makes the locator implementations asynchronous.
2024-10-31 00:42:29 +00:00
..
Libraries LibWeb: Prevent painting grid items twice as a stacking context 2024-10-31 00:59:32 +01:00
Services WebContent+WebDriver: Make the element locator endpoints asynchronous 2024-10-31 00:42:29 +00:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00