Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
Addition of 3 new properties : EnableSpellingService, EnableMediaStream, EnableSpeechInput. They are TRUE by default. EnableMediaStream is used in WebRTC.
TCEFChromium :
Renamed internal procedures.
Addition of UpdatePreferences and SavePreferences procedures. UpdatePreferences will force tchromium to update the preferences in that moment. SavePreferences uses a custom format and I use it just to take a look at the default blink preferences.
More checks in doOnBeforeClose and doOnClose. Thanks to leoeuclids
TCefChromiumWindow :
WebBrowser_OnClose returns False by default. Thanks to leoeuclids
The stable branch of CEF3 is now 2987 but it crashes when you try to open popup windows. As soon as they fix it, I'll upgrade CEF4Delphi.
salvadordf wrote: Wed Mar 15, 2017 2:25 pm
The stable branch of CEF3 is now 2987 but it crashes when you try to open popup windows. As soon as they fix it, I'll upgrade CEF4Delphi.
Thank you for the news. But i don't understand: Is this download stable and can i use it? Or should i wait? What should i download?
salvadordf wrote: Wed Mar 15, 2017 2:25 pm
The stable branch of CEF3 is now 2987 but it crashes when you try to open popup windows. As soon as they fix it, I'll upgrade CEF4Delphi.
Thank you for the news. But i don't understand: Is this download stable and can i use it? Or should i wait? What should i download?
At this moment, CEF4Delphi is using the 2924 CEF3 branch which was the previous stable branch. It's still stable and you can download it.
Last night CEF3 released the fixes for the bug that crashed the 2987 branch.
I already have made the modifications to use that branch and as soon as I can test it with the new binaries I'll upload them to github.