Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b4ebac7270dc5489344b2be4dbc2f0147d1a551a
https://github.com/WebKit/WebKit/commit/b4ebac7270dc5489344b2be4dbc2f0147d1a551a
Author: Adrian Taylor <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Swift WebBackForwardList (off by default) - API functions
https://bugs.webkit.org/show_bug.cgi?id=306877
rdar://169533751
Reviewed by Sihui Liu.
We're introducing a Swift version of the Back Forward List. For the general
design and rationale, see
https://github.com/WebKit/WebKit/pull/55393
It will be landed as a series of separate commits in order to ease code review.
This final commit fills out the remaining function bodies in
WebBackForwardList.swift. While the previous commit added the IPC message
handlers,
this one fills out all the rest - primarily APIs called by the rest of WebKit
and
layers further up the stack.
Even with this final commit, everything remains turned off unless it's enabled
using LocalOverrides.xcconfig to turn on ENABLE_BACK_FORWARD_LIST_SWIFT
This commit is believed to be up-to-date with the C++ version as of
94edb16b0b9c.
Canonical link: https://commits.webkit.org/307165@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications