[webkit-changes] [WebKit/WebKit] 44bbee: [Navigation] Use local history for subframes
Rob Buis
noreply at github.com
Thu Mar 7 01:18:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 44bbee81c8028bfbefbff2d67189a105771a1e17
https://github.com/WebKit/WebKit/commit/44bbee81c8028bfbefbff2d67189a105771a1e17
Author: Rob Buis <rbuis at igalia.com>
Date: 2024-03-07 (Thu, 07 Mar 2024)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/commit-behavior/after-transition-uncancelable-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/currententrychange-event/navigation-back-forward-cross-doc-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigation-methods/return-value/back-forward-out-of-bounds-expected.txt
M Source/WebCore/loader/FrameLoader.cpp
Log Message:
-----------
[Navigation] Use local history for subframes
https://bugs.webkit.org/show_bug.cgi?id=268451
Reviewed by Alex Christensen.
Use local history for subframes rather than the global history from the page.
This is tested by back-forward-out-of-bounds.html.
* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/commit-behavior/after-transition-uncancelable-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/currententrychange-event/navigation-back-forward-cross-doc-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigation-methods/return-value/back-forward-out-of-bounds-expected.txt:
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::updateNavigationAPIEntries):
Canonical link: https://commits.webkit.org/275776@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