-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Release Notification - 91.1.x #3574
Comments
Having upgraded to
I suspect that it's related to https://bitbucket.org/chromiumembedded/cef/issues/3123/convert-legacy-ipc-messages-to-mojo Will post an update when I know more. |
It appears that I'll attempt to isolate a test case to report upstream. |
Test pass again with |
I accidentally tagged the release as |
The For the
These packages required Visual C++ 2015 or greater For
These packages required Visual C++ 2019 NOTE A minimum of
Known Issues
Ijwhost.dll |
Upgrading to https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html
|
The For the
These packages required Visual C++ 2015 or greater For
These packages required Visual C++ 2019 NOTE A minimum of
Known Issues
Ijwhost.dll |
I'll release an updated version in the next few days. |
The For the
These packages required Visual C++ 2015 or greater For
These packages required Visual C++ 2019 NOTE A minimum of
Known Issues
Ijwhost.dll |
The For the
These packages required Visual C++ 2015 or greater For
These packages required Visual C++ 2019 NOTE A minimum of
Known Issues
Ijwhost.dll |
Release 91.1.x-pre
cefsharp/91
release branch-pre
packages to nuget.orgRelease 91.1.x
DevTools
clientAPI
API Doc
and upload to http://cefsharp.github.io/api/Chromium Site Isolation
is enabled by default (see #2967), to support sending messages between the different render processes and the browser process there's been a change to how frames are handled. Frame objects (IFrame
instances) (including for the main frame) will now always change after cross-origin navigation, and the old frame object will be invalidated.There's been a change to how frames are handled. Frame objects (
IFrame
instances) (including for the main frame) will now always change after cross-origin navigation, and the old frame object will be invalidated. Due to failing test casesChromium Site Isolation
will still be disabled by default.CEF
has updated toMOJO
messaging which should bring performance improvements to some features.See https://bitbucket.org/chromiumembedded/cef/issues/3123/convert-legacy-ipc-messages-to-mojo for additional details. There shouldn't be an client site changes required.
The text was updated successfully, but these errors were encountered: