[webkit-changes] [WebKit/WebKit] 804792: [Navigation] Implement history handling steps from...
Rob Buis
noreply at github.com
Fri Jul 19 06:13:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8047924d30e0f6ec3785d815be4737f1ad0bcdf2
https://github.com/WebKit/WebKit/commit/8047924d30e0f6ec3785d815be4737f1ad0bcdf2
Author: Rob Buis <rbuis at igalia.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/navigate-navigation-navigate-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/same-url-replace-cross-document-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/same-url-replace-same-document-expected.txt
M Source/WebCore/loader/FrameLoader.cpp
Log Message:
-----------
[Navigation] Implement history handling steps from the navigate algorithm
https://bugs.webkit.org/show_bug.cgi?id=276785
Reviewed by Darin Adler.
Implement history handling steps from the navigate algorithm [1].
[1] https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigate (Steps 11, 12)
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/navigate-navigation-navigate-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/same-url-replace-cross-document-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/navigation-api/navigate-event/same-url-replace-same-document-expected.txt:
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::changeLocation):
(WebCore::FrameLoader::loadURL):
Canonical link: https://commits.webkit.org/281135@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