[WebKit] Implement Xcode 16.0 beta 1-6 changes. (#21166)

Note: there were no changes in beta 3, beta 4, beta 5 or beta 6.
This commit is contained in:
Rolf Bjarne Kvinge 2024-09-12 13:04:51 +02:00 коммит произвёл GitHub
Родитель ad1a3b789f
Коммит 17d27c9b07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 17 добавлений и 15 удалений

Просмотреть файл

@ -5635,6 +5635,10 @@ namespace WebKit {
[NoiOS, NoMacCatalyst, Mac (14, 0)]
[Export ("stopLoading:")]
void StopLoading ([NullAllowed] NSObject sender);
[Mac (15, 0), NoiOS, MacCatalyst (18, 0)]
[Export ("writingToolsActive")]
bool WritingToolsActive { [Bind ("isWritingToolsActive")] get; }
}
/// <param name="result">The result of a successful evaluation. <see langword="null" /> if error occurred.</param>
@ -5759,6 +5763,18 @@ namespace WebKit {
[NoiOS, Mac (14, 0), NoMacCatalyst]
[Export ("userInterfaceDirectionPolicy", ArgumentSemantic.Assign)]
WKUserInterfaceDirectionPolicy UserInterfaceDirectionPolicy { get; set; }
[Mac (15, 0), NoiOS, MacCatalyst (18, 0)]
[Export ("supportsAdaptiveImageGlyph")]
bool SupportsAdaptiveImageGlyph { get; set; }
[Mac (15, 0), NoiOS, MacCatalyst (18, 0)]
[Export ("writingToolsBehavior")]
#if MONOMAC
NSWritingToolsBehavior WritingToolsBehavior { get; set; }
#else
UIWritingToolsBehavior WritingToolsBehavior { get; set; }
#endif
}
/// <summary>A pool of content processes.</summary>

Просмотреть файл

@ -79511,6 +79511,7 @@ P:WebKit.WKWebView.Inspectable
P:WebKit.WKWebView.IsLoading
P:WebKit.WKWebView.NavigationDelegate
P:WebKit.WKWebView.UIDelegate
P:WebKit.WKWebView.WritingToolsActive
P:WebKit.WKWindowFeatures.AllowsResizing
P:WebKit.WKWindowFeatures.Height
P:WebKit.WKWindowFeatures.MenuBarVisibility

Просмотреть файл

@ -1,5 +0,0 @@
!missing-selector! WKWebView::isWritingToolsActive not bound
!missing-selector! WKWebViewConfiguration::setSupportsAdaptiveImageGlyph: not bound
!missing-selector! WKWebViewConfiguration::setWritingToolsBehavior: not bound
!missing-selector! WKWebViewConfiguration::supportsAdaptiveImageGlyph not bound
!missing-selector! WKWebViewConfiguration::writingToolsBehavior not bound

Просмотреть файл

@ -1,5 +0,0 @@
!missing-selector! WKWebView::isWritingToolsActive not bound
!missing-selector! WKWebViewConfiguration::setSupportsAdaptiveImageGlyph: not bound
!missing-selector! WKWebViewConfiguration::setWritingToolsBehavior: not bound
!missing-selector! WKWebViewConfiguration::supportsAdaptiveImageGlyph not bound
!missing-selector! WKWebViewConfiguration::writingToolsBehavior not bound

Просмотреть файл

@ -1,5 +0,0 @@
!missing-selector! WKWebView::isWritingToolsActive not bound
!missing-selector! WKWebViewConfiguration::setSupportsAdaptiveImageGlyph: not bound
!missing-selector! WKWebViewConfiguration::setWritingToolsBehavior: not bound
!missing-selector! WKWebViewConfiguration::supportsAdaptiveImageGlyph not bound
!missing-selector! WKWebViewConfiguration::writingToolsBehavior not bound