[webkit-changes] [WebKit/WebKit] 1d7d59: Implement form submission for RemoteFrames with si...
Alex Christensen
noreply at github.com
Fri Dec 20 22:16:44 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1d7d593b37c89da5d8995c033377ed36813e6b68
https://github.com/WebKit/WebKit/commit/1d7d593b37c89da5d8995c033377ed36813e6b68
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-12-20 (Fri, 20 Dec 2024)
Changed paths:
M Source/WebCore/loader/NavigationScheduler.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/SiteIsolation.mm
Log Message:
-----------
Implement form submission for RemoteFrames with site isolation enabled
https://bugs.webkit.org/show_bug.cgi?id=285057
rdar://118468031
Reviewed by Ryosuke Niwa.
This is a reasonably common way to navigate an iframe. Before this PR
it crashed and caused blank frames. Now it navigates the frame as expected.
* Source/WebCore/loader/NavigationScheduler.cpp:
(WebCore::NavigationScheduler::scheduleFormSubmission):
(WebCore::NavigationScheduler::schedule):
* Tools/TestWebKitAPI/Tests/WebKitCocoa/SiteIsolation.mm:
(TestWebKitAPI::TEST(SiteIsolation, FormSubmit)):
Canonical link: https://commits.webkit.org/288212@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list