Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e4fec8bf903eff6c9434c494e2e767ffae489785
https://github.com/WebKit/WebKit/commit/e4fec8bf903eff6c9434c494e2e767ffae489785
Author: Brady Eidson <[email protected]>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M Source/WebCore/loader/FrameLoader.cpp
Log Message:
-----------
Only create Navigation API history item on commit when Navigation API is
enabled (resolves myserious WK1 issues)
rdar://172987198
https://bugs.webkit.org/show_bug.cgi?id=310656
Reviewed by Rupin Mittal.
Only create a Navigation API related history item on provisional load commit
when the API is enabled.
This should resolve a crash we're seeing with some very particular WK1 usage,
but we haven't been
able to create a test case to reproduce.
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::commitProvisionalLoad):
Canonical link: https://commits.webkit.org/309881@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications