I updated CEF4Delphi to CEF 3.3440.1802.g9512b3f and this is what's new :
- It includes Chromium 68.0.3440.75
- GlobalCEFApp.SitePerProcess default value is now TRUE. It was set to false to avoid problems with experimental features but now Chromium has this feature enabled by default.
- Added the TChromium.SpellChecking and TChromium.SpellCheckerDicts properties. You can use these properties to have multiple dictionaries in the spell checker. TChromium.SpellCheckerDicts accepts a comma delimited list of language codes, for example : TChromium.SpellCheckerDicts := 'en-US,es-ES,fr-FR,de-DE';