From f4d0ee251c79feb1f09ed0b3c8b0ff9be547698a Mon Sep 17 00:00:00 2001 From: Whitney Schmidt <51677938+whitneyschmidt@users.noreply.github.com> Date: Fri, 6 Mar 2020 10:26:59 -0500 Subject: [PATCH] remove non-bindings, add wkwebview to .ignore (#8054) --- src/wkwebkit.cs | 1 + tests/xtro-sharpie/iOS-WebKit.todo | 0 tests/xtro-sharpie/macOS-WebKit.ignore | 2 ++ tests/xtro-sharpie/macOS-WebKit.todo | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 tests/xtro-sharpie/iOS-WebKit.todo delete mode 100644 tests/xtro-sharpie/macOS-WebKit.todo diff --git a/src/wkwebkit.cs b/src/wkwebkit.cs index 5017b46934..1db0827d29 100644 --- a/src/wkwebkit.cs +++ b/src/wkwebkit.cs @@ -593,6 +593,7 @@ namespace WebKit interface WKWebView #if MONOMAC : NSUserInterfaceValidations + /* TODO , NSTextFinderClient K_API_AVAILABLE(macos(WK_MAC_TBA)) in 11.4 beta 2 */ #endif { diff --git a/tests/xtro-sharpie/iOS-WebKit.todo b/tests/xtro-sharpie/iOS-WebKit.todo deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tests/xtro-sharpie/macOS-WebKit.ignore b/tests/xtro-sharpie/macOS-WebKit.ignore index 457e5801ee..5140a47b5e 100644 --- a/tests/xtro-sharpie/macOS-WebKit.ignore +++ b/tests/xtro-sharpie/macOS-WebKit.ignore @@ -138,6 +138,8 @@ !missing-protocol! WebDocumentView not bound !missing-protocol! WebEditingDelegate 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::removeEventListener::: not found !missing-protocol-member! WebUIDelegate::webView:runOpenPanelForFileButtonWithResultListener:allowMultipleFiles: not found diff --git a/tests/xtro-sharpie/macOS-WebKit.todo b/tests/xtro-sharpie/macOS-WebKit.todo deleted file mode 100644 index 29683b6ce2..0000000000 --- a/tests/xtro-sharpie/macOS-WebKit.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category)