w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
684 stars 195 forks source link

Use actions queue when dispatching undo actions from "Release Actions" #1853

Open whimboo opened 3 weeks ago

whimboo commented 3 weeks ago

Fixes #1837.

@jgraham could you please check? I hope that this is fine - it at least matches what we use in Firefox now when dispatching the actions from the parent process and it works fine. Thanks.


Preview | Diff

whimboo commented 3 weeks ago

Well, I actually missed that we also have to enqueue the retrieval of the undo actions.

whimboo commented 3 weeks ago

This PR should be ready for review now. Thanks.