RESOLVED FIXED306877
Implement remainder of Swift Web Back Forward List
https://bugs.webkit.org/show_bug.cgi?id=306877
Summary Implement remainder of Swift Web Back Forward List
adrian_taylor
Reported 2026-02-03 07:48:39 PST
The final chunk of code for our Swift implementation of the Web Back Forward List is all the API functions called from elsewhere in WebKit, and WebKit's clients. This bug represents the task of landing that code. It will closely adhere to the existing C++ implementation for ease of review. In future we could make it more idiomatically Swiftish (e.g. using an enum for the fundamental state of the BF list, which would remove the need for some runtime checks) but that's beyond the scope of this task.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-03 07:48:46 PST
adrian_taylor
Comment 2 2026-02-03 08:15:21 PST
EWS
Comment 3 2026-02-10 04:52:19 PST
Committed 307165@main (b4ebac7270dc): <https://commits.webkit.org/307165@main> Reviewed commits have been landed. Closing PR #57788 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.