Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 883706165fb2f7071ce0fee6407a343d4b4fef5f
https://github.com/WebKit/WebKit/commit/883706165fb2f7071ce0fee6407a343d4b4fef5f
Author: Jessica Cheung <[email protected]>
Date: 2025-10-30 (Thu, 30 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/API/Cocoa/WKWebView.h
M Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h
M Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h
Log Message:
-----------
[Screen Time] Screen Time APIs are suddenly available on visionOS, when they
should not be
https://bugs.webkit.org/show_bug.cgi?id=301661
rdar://163659404
Reviewed by Tim Horton, Aditya Keerthi, and Abrar Rahman Protyasha.
These Screen Time APIs should not be available on visionOS, but they are
due to being implicitly inherited by the iOS availability. Thus,
explicitly mark these APIs as unavailable for visionOS.
* Source/WebKit/UIProcess/API/Cocoa/WKWebView.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h:
* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataRecord.h:
Canonical link: https://commits.webkit.org/302360@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications