Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 272a433eee5f7bbd7dfaffed07eb7058ee8daa4d
https://github.com/WebKit/WebKit/commit/272a433eee5f7bbd7dfaffed07eb7058ee8daa4d
Author: Brady Eidson <[email protected]>
Date: 2026-04-22 (Wed, 22 Apr 2026)
Changed paths:
M Source/WebKit/UIProcess/WebBackForwardList.swift
Log Message:
-----------
Change conditional guard in WebBackForwardList.swift's
`shouldSkipItemsWithoutUserGestureForWebKitAPI` to one that works
rdar://157664628
https://bugs.webkit.org/show_bug.cgi?id=313022
Reviewed by Richard Robinson.
I changed this compile guard to `os(Darwin)` based on review feedback, which
built, but
also bypassed the skipping logic.
Not sure why it's not working in our build, but for now I'm reverting it to the
guard that
definitely works and is also used in multiple other places in the file.
* Source/WebKit/UIProcess/WebBackForwardList.swift:
Canonical link: https://commits.webkit.org/311799@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications