RESOLVED FIXED306875
Add Swift conformances and utility functions to WebBackForwardList.swift
https://bugs.webkit.org/show_bug.cgi?id=306875
Summary Add Swift conformances and utility functions to WebBackForwardList.swift
adrian_taylor
Reported 2026-02-03 07:43:56 PST
We're adding a Swift version of the Web Back Forward List IPC message handler. At the top of WebBackForwardList.swift, we're going to add some generalised functions and types which are not directly part of that message handler, but are necessary. Specifically: - conform various types to protocols introduced in https://bugs.webkit.org/show_bug.cgi?id=306871 - add Swift wrappers for the logging and messageCheck utility functions introduced in https://bugs.webkit.org/show_bug.cgi?id=306874 - introduce a C++ identity comparison function This bug represents the task of adding these to WebBackForwardList.swift before we add the actual functional Back Forward List API code.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-03 07:44:03 PST
adrian_taylor
Comment 2 2026-02-03 08:11:58 PST
EWS
Comment 3 2026-02-05 03:19:49 PST
Committed 306854@main (194a30da5dd6): <https://commits.webkit.org/306854@main> Reviewed commits have been landed. Closing PR #57786 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.