Files
servo/components/shared/embedder
Martin Robinson f6d1ad9d06 webdriver: Send events to the embedder as InputEvent with a response channel (#39776)
This change simplifies the WebDriver <-> Embedder API by exposing a
single message for dispatching input event actions. This message now
includes a `Sender` which is used to inform the WebDriver server that
the embedder has finished processing the message in the DOM. This
replaces the system of ids and the side channel that was used for this
purpose before.

Testing: This is just a simplification of the WebDriver API and
shouldn't
really change behavior in a perceivable way, so it covered by existing
tests.

---------

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-10-11 11:17:28 +00:00
..