-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WebKit] Add support for Xcode 15 #19237
Merged
haritha-mohan
merged 5 commits into
xamarin:main
from
haritha-mohan:net8.0-xcode15-webkit
Oct 19, 2023
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-WebKit.todo
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
tests/xtro-sharpie/api-annotations-dotnet/common-WebKit.ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# xcode 15 | ||
# requires OS_nw_proxy_config type which has not been bound yet, part of Xcode 15 Network binding | ||
!missing-selector! WKWebsiteDataStore::proxyConfigurations not bound | ||
!missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound | ||
|
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
tests/xtro-sharpie/api-annotations-dotnet/macOS-WebKit.ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,32 @@ | ||
## only a subset of the old, pre WKWebKit, is bound for macOS | ||
|
||
# TODO WKWebView should conform to NSTextFinderClient is marked as macos(WK_MAC_TBA) as of 11.4 beta3 | ||
|
||
# xcode 15 | ||
|
||
# older/legacy API | ||
!missing-selector! +NSObject::isKeyExcludedFromWebScript: not bound | ||
!missing-selector! +NSObject::isSelectorExcludedFromWebScript: not bound | ||
!missing-selector! +NSObject::webScriptNameForKey: not bound | ||
!missing-selector! +NSObject::webScriptNameForSelector: not bound | ||
!missing-selector! NSObject::finalizeForWebScript not bound | ||
!missing-selector! NSObject::invokeDefaultMethodWithArguments: not bound | ||
!missing-selector! NSObject::invokeUndefinedMethodFromWebScript:withArguments: not bound | ||
!missing-selector! NSObject::objectForWebScript not bound | ||
!missing-selector! NSObject::webFrame not bound | ||
!missing-selector! NSObject::webPlugInContainerLoadRequest:inFrame: not bound | ||
!missing-selector! NSObject::webPlugInContainerSelectionColor not bound | ||
!missing-selector! NSObject::webPlugInContainerShowStatus: not bound | ||
!missing-selector! NSObject::webPlugInDestroy not bound | ||
!missing-selector! NSObject::webPlugInInitialize not bound | ||
!missing-selector! NSObject::webPlugInMainResourceDidFailWithError: not bound | ||
!missing-selector! NSObject::webPlugInMainResourceDidFinishLoading not bound | ||
!missing-selector! NSObject::webPlugInMainResourceDidReceiveData: not bound | ||
!missing-selector! NSObject::webPlugInMainResourceDidReceiveResponse: not bound | ||
!missing-selector! NSObject::webPlugInSetIsSelected: not bound | ||
!missing-selector! NSObject::webPlugInStart not bound | ||
!missing-selector! NSObject::webPlugInStop not bound | ||
|
||
# enabled for XAMCORE 5, else breaking change | ||
!missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category) | ||
|
54 changes: 0 additions & 54 deletions
54
tests/xtro-sharpie/api-annotations-dotnet/macOS-WebKit.todo
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# xcode 15 | ||
# requires OS_nw_proxy_config type which has not been bound yet, part of Xcode 15 Network binding | ||
!missing-selector! WKWebsiteDataStore::proxyConfigurations not bound | ||
!missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@haritha-mohan can you please create an issue to track this, I'll take care of it once I do the network framework.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 #19259