-
Notifications
You must be signed in to change notification settings - Fork 692
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make CoreWebView2 handlers robust around WebView2 destruction (#8969)
* Harden all CoreWebView2 handlers with weak refs to WV2 object * fix strongThis comparison * Fix compariosn of strongThis with nextElement (strongThis->try_as<winrt::WebView2> always gives null) * Disable consistently failing RadioButtons.AccessKeys test * Update contribution_workflow.md - we no longer use FabricBot --------- Co-authored-by: Dmitriy Komin <dkomin@windows.microsoft.com> Co-authored-by: Keith Mahoney <kmahone@microsoft.com>
- Loading branch information
1 parent
4873563
commit 00b8713
Showing
3 changed files
with
107 additions
and
91 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