-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WebKit] Add methods removed by Apple. (#13133)
Apple removed methods without deprecating and did not add them back after a rdar was reported. We can implement those methofs using the new ones.
- Loading branch information
1 parent
f1d20dc
commit 40db84a
Showing
3 changed files
with
156 additions
and
16 deletions.
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
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
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,8 +1,4 @@ | ||
# added and removed in the same version. | ||
!missing-selector! WKWebView::closeAllMediaPresentations not bound | ||
!missing-selector! WKWebView::loadSimulatedRequest:withResponse:responseData: not bound | ||
!missing-selector! WKWebView::loadSimulatedRequest:withResponseHTMLString: not bound | ||
!missing-selector! WKWebView::pauseAllMediaPlayback: not bound | ||
!missing-selector! WKWebView::requestMediaPlaybackState: not bound | ||
!missing-selector! WKWebView::resumeAllMediaPlayback: not bound | ||
!missing-selector! WKWebView::suspendAllMediaPlayback: not bound |
40db84a
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.
❌ [CI Build] Tests failed on Build ❌
Tests failed on Build.
API diff
✅ API Diff from stable
View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
Packages generated
View packages
Test results
1 tests failed, 217 tests passed.
Failed tests
Pipeline on Agent XAMBOT-1038.BigSur'
[WebKit] Add methods removed by Apple. (#13133)
40db84a
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.
🔥 Tests failed catastrophically on VSTS: device tests iOS 🔥
Not enough free space in the host.
Pipeline on Agent
[WebKit] Add methods removed by Apple. (#13133)
40db84a
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[WebKit] Add methods removed by Apple. (#13133)
40db84a
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.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
[WebKit] Add methods removed by Apple. (#13133)
40db84a
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.
✅ Tests passed on macOS M1 - Mac Big Sur (11.5) ✅
Tests passed
All tests on macOS X M1 - Mac Big Sur (11.5) passed.
Pipeline on Agent
[WebKit] Add methods removed by Apple. (#13133)
40db84a
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.
❌ Tests failed on macOS Mac Mojave (10.14) ❌
Tests failed on Mac Mojave (10.14).
Failed tests are:
Pipeline on Agent
[WebKit] Add methods removed by Apple. (#13133)