Make form submissions cancel client navigations
When a form submission is scheduled, this patch will make it so any attempt to navigate the target frame which was already sent to the browser process will be canceled in order to make the form submission take precedence over it. This is the same behavior that would occur if we had synchronous form submissions - a synchronous form submission would cancel any navigations already sent to the browser process. Bug: 1091583 Change-Id: I6c8421922960e3209fcc21a7e4582e0fbf7d4bb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254443Reviewed-by:Nate Chapin <japhet@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#782084}
Showing
Please register or sign in to comment