mirror of
https://github.com/servo/servo
synced 2026-05-14 19:06:31 +02:00
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>