[webkit-changes] [WebKit/WebKit] b93d3a: Move internal feature enablement flags to Open Source
Brent Fulgham
noreply at github.com
Mon Sep 18 17:36:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b93d3a485f777e9d81ca56dfb011aeeff66ec8e9
https://github.com/WebKit/WebKit/commit/b93d3a485f777e9d81ca56dfb011aeeff66ec8e9
Author: Brent Fulgham <bfulgham at apple.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M Source/WTF/wtf/PlatformEnable.h
M Source/WTF/wtf/PlatformEnableCocoa.h
M Source/WTF/wtf/PlatformHave.h
M Source/WTF/wtf/PlatformUse.h
M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
M Source/WebKit/Platform/spi/ios/UIKitSPI.h
M Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h
M Source/WebKit/UIProcess/ios/forms/WKSelectMenuListViewController.mm
M Tools/TestWebKitAPI/ios/UIKitSPI.h
M WebKitLibraries/SDKs/watchos9.0-additions.sdk/System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore.tbd
M WebKitLibraries/SDKs/watchsimulator9.0-additions.sdk/System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore.tbd
Log Message:
-----------
Move internal feature enablement flags to Open Source
https://bugs.webkit.org/show_bug.cgi?id=261477
<rdar://115387892>
Reviewed by Tim Horton.
Now that the public betas of our iOS 17 and macOS 14 releases have been shipping
for a few months, we should move all relevant flags into Open Source to reduce
maintenance burden.
* Source/WTF/wtf/PlatformEnable.h:
* Source/WTF/wtf/PlatformEnableCocoa.h:
* Source/WTF/wtf/PlatformHave.h:
* Source/WTF/wtf/PlatformUse.h:
* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
(WebKit::activateSessionCleanup): Correct PLATFORM macro uses
* Source/WebKit/Platform/spi/ios/UIKitSPI.h: UIDatePickerStyle is now API on all build targets,
so this declaration is unneeded.
* Source/WebKit/Platform/spi/watchos/PepperUICoreSPI.h: Add missing forward declarations.
* Source/WebKit/UIProcess/ios/forms/WKSelectMenuListViewController.mm: Correct include
for watchOS builds.
* WebKitLibraries/SDKs/watchos9.0-additions.sdk/System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore.tbd: Add missing class declaration.
* WebKitLibraries/SDKs/watchsimulator9.0-additions.sdk/System/Library/PrivateFrameworks/PepperUICore.framework/PepperUICore.tbd: Ditto.
Canonical link: https://commits.webkit.org/268103@main
More information about the webkit-changes
mailing list