Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 791d47239974f361d9645d02a2e9cdb1e84f901f
https://github.com/WebKit/WebKit/commit/791d47239974f361d9645d02a2e9cdb1e84f901f
Author: Adrian Taylor <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M Source/WebKit/UIProcess/ProvisionalPageProxy.cpp
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Message checks on Swift BackForwardList
https://bugs.webkit.org/show_bug.cgi?id=317195
rdar://179800505
Reviewed by Geoffrey Garen.
Swift counterpart of 313832@main (715bc669) for WebBackForwardList.swift.
That change extracted the file: URL MESSAGE_CHECK in backForwardAddItemShared
into a shared messageCheckItemURLs helper and applied it to
backForwardSetChildItem
and backForwardUpdateItem as well. backForwardUpdateItem skips the check while
handling a provisional (process-swapped) message, since such a message can
legitimately reference an unexpected file: URL.
This ports those changes to the Swift implementation.
Canonical link: https://commits.webkit.org/315284@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications