Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e65584ba1d5171c0f9a7e84dc2e0b70013537f2d
https://github.com/WebKit/WebKit/commit/e65584ba1d5171c0f9a7e84dc2e0b70013537f2d
Author: Adrian Taylor <[email protected]>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitBackForwardList.cpp
M Source/WebKit/UIProcess/API/glib/WebKitBackForwardListPrivate.h
M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
Log Message:
-----------
[Swift GTK] Use WebBackForwardListWrapper in GTK
https://bugs.webkit.org/show_bug.cgi?id=314078
Reviewed by Richard Robinson.
The upcoming Swift implementation of the Back Forward List divides
responsibility between several classes. Some parts of the code will need to use
a new type WebBackForwardListWrapper to be able to call APIs in this area.
Make that change in preparation for future Swift work here on non-Apple
platforms.
This is a no-op when we are using the C++ version of the Back Forward List,
since WebBackForwardListWrapper is just a type alias to WebBackForwardList.
Canonical link: https://commits.webkit.org/312786@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications