Update to CEF 3.2924.1575.g97389a9
Posted: Wed Mar 15, 2017 2:25 pm
Hi :
I updated CEF4Delphi to use CEF 3.2924.1575.g97389a9. It now includes :
MiniBrowser :
https://bitbucket.org/chromiumembedded/ ... s-that-are
https://bitbucket.org/chromiumembedded/ ... lease-2987
I updated CEF4Delphi to use CEF 3.2924.1575.g97389a9. It now includes :
MiniBrowser :
- Addition of a preferences form. Click on the button with 3 horizontal lines and then click on "Preferences".
- Replacement of URLEdt by URLCbx. It's a raw browsing history.
- Addition of a custom scheme. This feature is very buggy!!! Don't use it yet. https://github.com/salvadordf/CEF4Delphi/issues/18
- Addition of 3 new properties : EnableSpellingService, EnableMediaStream, EnableSpeechInput. They are TRUE by default. EnableMediaStream is used in WebRTC.
- 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
- WebBrowser_OnClose returns False by default. Thanks to leoeuclids
https://bitbucket.org/chromiumembedded/ ... s-that-are
https://bitbucket.org/chromiumembedded/ ... lease-2987