-
-
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
Remove Alloy Bootstrap (M128) #4795
Comments
|
Confirming this change (#4835) |
ImportantIf you discover an issue with the https://github.com/chromiumembedded/cef/issues Please post a link to the upstream issue below so it can be added to the list, don't create an issue in this repository. |
The |
The disable-pdf-extension flag is not supported with Chrome bootstrap. |
Workaround chromiumembedded/cef#3739 (comment) |
@amaitland chromiumembedded/cef#3860 means WPF has this issue, since as I understand it, WPF is still using Alloy. I've searched everywhere, but I'm unclear what the eventual complete removal of Alloy in CEF is going to mean for CefSharp WPF? Will the Chrome Bootstrap support WPF? |
My understanding there's two parts, bootstrap and style. The alloy bootstrap has already been removed. The chrome bootstrap is the only option now. The chrome bootstrap supports alloy styling. OSR which the WPF implementation uses is only supported with alloy styling. I'm not aware of any plans to remove alloy styled browsers. If you're seen something to the contrary then please share a link. There are a number of issues that you might run into with the OSR implementation as it stands, the key ones being chromiumembedded/cef#3826 There is the hwndhost implementation which can be configured to use chrome styling. (Airspace issues apply) https://github.com/cefsharp/CefSharp.Wpf.HwndHost I'm not sure if this is viable for you as an alternative, just pointing it out just in case. I'm in the process of moving the source into the main repo #4981 |
Ah, I see. I wasn't fully aware of this distinction - good to know, thanks. Thanks for the other links - I'll play around with it some more and see what I can find. |
CEF
is going to remove theAlloy Bootstrap
Starting in
M125
it will be possible to migrate over to theChrome Bootstrap
.The text was updated successfully, but these errors were encountered: