Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1679afdebd1386242f9310e77de04d3c986b263d
https://github.com/WebKit/WebKit/commit/1679afdebd1386242f9310e77de04d3c986b263d
Author: Adrian Taylor <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/StdlibExtras.swift
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Swift Back Forward List: Cease string conformances
https://bugs.webkit.org/show_bug.cgi?id=307670
rdar://170223704
Reviewed by Richard Robinson.
This removes 'public' from our Swift additions to WebKit for the Swift Back
Forward List. New public Swift APIs within WebKit present various problems, but
the immediate problem is that these APIs depend upon WTF types and WTF is not
public.
To do this, we have to cease to confirm to a couple of standard Swift protocols.
We can reinstate those conformances when this code moves from the WebKit
project to the WTF project, a task tracked by rdar://164119356.
Canonical link: https://commits.webkit.org/307411@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications