Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: da3f6496c9aff461c63d48941cee9674bc7508d1
      
https://github.com/WebKit/WebKit/commit/da3f6496c9aff461c63d48941cee9674bc7508d1
  Author: Adrian Taylor <[email protected]>
  Date:   2026-01-31 (Sat, 31 Jan 2026)

  Changed paths:
    M Source/WebKit/UIProcess/WebBackForwardList.cpp
    M Source/WebKit/UIProcess/WebBackForwardList.swift

  Log Message:
  -----------
  Swift Back Forward List - IPC functions
https://bugs.webkit.org/show_bug.cgi?id=306545
rdar://169192573

Reviewed by Sihui Liu.

We're introducing a Swift version of the Back Forward List. For the general
design and rationale, see the meta bug.

This commit in the series adds the function bodies for all the IPC
messages handled by the Swift WebBackForwardList. These are intended to be as
close as possible to the C++ bodies in WebBackForwardList.cpp, for easy
comparison. (That means we have sometimes forgone opportunities to make the
code more idiomatically Swift).

These functions rely on other parts of WebBackForwardList.swift which are
not yet present, for example backForwardAddItemShared, which will arrive
in later commits.

Canonical link: https://commits.webkit.org/306593@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to