Bug 314078
| Summary: | Use WebBackForwardListWrapper in GTK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
We are introducing a Swift version of the WebBackForwardList. This has more fine-grained classes representing different roles in the code. In a build with a C++ BackForwardList, WebBackForwardListWrapper is a type alias for WebKitBackForwardList. In Swift builds, they represent different classes. Use WebBackForwardListWrapper in the right places in GTK builds such that future changes will be able to enable the Swift version.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/64263
EWS
Committed 312786@main (e65584ba1d51): <https://commits.webkit.org/312786@main>
Reviewed commits have been landed. Closing PR #64263 and removing active labels.