-
-
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
Change to using Chrome bootstrap by default #4835
Comments
- Allow for configuring of the CEF RuntimeStyle globally. Issue #4835
CefSharpSettings.RuntimeStyle = CefRuntimeStyle.Chrome; Behaviour can be controller on a per This is only for |
For a limited time you will be able to revert to using the
Once chromiumembedded/cef#3685 has been resolved the CEF has it's own support forum and issue tracker should you discover any bugs or changes in behaviour with the |
For those using the |
ImportantIf you discover an issue with the https://github.com/chromiumembedded/cef/issues Please post a link here for reference, don't create an issue in this repository. |
If something doesn't work with the In the short term keep using the |
The |
The disable-pdf-extension flag is not supported with Chrome bootstrap. |
List at #4795 |
Will it ever be? |
Add link to chromiumembedded/cef#3785 |
List of known issues is now at #4795 (comment) Links have been updated, going forward will just keep the list updated there (if you find an upstream issue that effects |
CEF is removing the
Alloy Bootstrap
(#4795) inM128
.In
M126
we will switch to using theChrome Bootstrap
by default.For a limited time you will be able to revert to using the
Alloy
bootstrap by settingCefSettings.ChromeRuntime
tofalse
.Important
If you discover an issue with the
Chrome Bootstrap
then you need to raise the issue on the CEF ISSUE TRACKERhttps://github.com/chromiumembedded/cef/issues
Please post a link in #4795 for reference, don't create an issue in this repository.
chromiumembedded/cef#3685
The text was updated successfully, but these errors were encountered: