mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Before responses to `FormControl` requests were handled synchronous in script (ie they would block the page). This change makes it so that they are handled asynchronously, with their responses filtering back through the Constellation. This should fix many WPT tests when run with WebDriver. Testing: There are some WebDriver-based test for this, but they do not quite pass yet. More investigation is required, but this is necessary to get them to pass. Fixes: #39652 Fixes: #37013 Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>