Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4ae53427d5d8e52791da2cfe0c0c98b877b2b5d5
https://github.com/WebKit/WebKit/commit/4ae53427d5d8e52791da2cfe0c0c98b877b2b5d5
Author: Brian Weinstein <[email protected]>
Date: 2026-08-27 (Thu, 27 Aug 2026)
Changed paths:
M
Source/WebKit/UIProcess/Extensions/Cocoa/API/WebExtensionContextAPIOffscreenCocoa.mm
Log Message:
-----------
Fix compilation issue with WK_WEB_EXTENSIONS_OFFSCREEN on iOS
https://bugs.webkit.org/show_bug.cgi?id=322782
rdar://184269255
Reviewed by Timothy Hatcher.
-[UIWindow initWithFrame] is deprecated in iOS 26. Use -initWithWindowScene:
instead, and have
the class choose a foreground scene to use.
*
Source/WebKit/UIProcess/Extensions/Cocoa/API/WebExtensionContextAPIOffscreenCocoa.mm:
(WebKit::windowScene):
(WebKit::WebExtensionContext::offscreenCreateDocument):
Canonical link: https://commits.webkit.org/320015@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications