remove non-bindings, add wkwebview to .ignore (#8054)

This commit is contained in:
Whitney Schmidt 2020-03-06 10:26:59 -05:00 коммит произвёл GitHub
Родитель a8f38e3696
Коммит f4d0ee251c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 3 добавлений и 1 удалений

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

@ -593,6 +593,7 @@ namespace WebKit
interface WKWebView interface WKWebView
#if MONOMAC #if MONOMAC
: NSUserInterfaceValidations : NSUserInterfaceValidations
/* TODO , NSTextFinderClient K_API_AVAILABLE(macos(WK_MAC_TBA)) in 11.4 beta 2 */
#endif #endif
{ {

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

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

@ -138,6 +138,8 @@
!missing-protocol! WebDocumentView not bound !missing-protocol! WebDocumentView not bound
!missing-protocol! WebEditingDelegate not bound !missing-protocol! WebEditingDelegate not bound
!missing-protocol! WebPlugInViewFactory not bound !missing-protocol! WebPlugInViewFactory not bound
# TODO WKWebView should conform to NSTextFinderClient is marked as macos(WK_MAC_TBA) as of 11.4 beta3
!missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category)
!missing-protocol-member! DOMEventTarget::addEventListener::: not found !missing-protocol-member! DOMEventTarget::addEventListener::: not found
!missing-protocol-member! DOMEventTarget::removeEventListener::: not found !missing-protocol-member! DOMEventTarget::removeEventListener::: not found
!missing-protocol-member! WebUIDelegate::webView:runOpenPanelForFileButtonWithResultListener:allowMultipleFiles: not found !missing-protocol-member! WebUIDelegate::webView:runOpenPanelForFileButtonWithResultListener:allowMultipleFiles: not found

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

@ -1 +0,0 @@
!missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category)