-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core - Rename WaitForBrowserInitialLoadAsync to WaitForInitialLoadAsy…
…nc and simplify - Initial intention was to have a reusable method that could be used CefSharp.Wpf.HwndHost, upon further deliberation I've decided to build the functionality into the ChromiumWebBrowser.Partial.cs and will need to duplicate the functionality in CefSharp.Wpf.HwndHost. This guarantees that the Task will be resolved in all cases. The previous implementation there was a theoretical change we'd miss subscribing to the relevant events - Remove CancellationToken as it's not possible to cancel Issue #3842
- Loading branch information
Showing
12 changed files
with
124 additions
and
206 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
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.