Update to CEF 85.3.5
Posted: Thu Sep 10, 2020 9:35 am
Hi,
CEF4Delphi is now updated to CEF 85.3.5.
This is what's new in the CEF code :
The issue #301 is still present :
https://github.com/salvadordf/CEF4Delphi/issues/301
You still need to add this code as a workaround for this issue :
The MiniBrowser demo now has that workaround as you can see here :
https://github.com/salvadordf/CEF4Delph ... r.pas#L287
CEF4Delphi is now updated to CEF 85.3.5.
This is what's new in the CEF code :
- Chromium 85.0.4183.102
- Fix incorrect Origin and Cookie headers for POST redirects https://bitbucket.org/chromiumembedded/ ... 6008d04eaf
- Fix DCHECK failure in the URLLoader constructor. https://bitbucket.org/chromiumembedded/ ... a834ab0dae
- Restore the CefRenderHandler::OnScrollOffsetChanged callback https://bitbucket.org/chromiumembedded/ ... d9a54f59b7
- views: Support specification of screen bounds for CefWindow creation https://bitbucket.org/chromiumembedded/ ... 32c3bdd33a
- Don't save or load cookies for non-cookieable scheme requests. https://bitbucket.org/chromiumembedded/ ... 40290b2fe4
- 32 bits -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
- 64 bits -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2
The issue #301 is still present :
https://github.com/salvadordf/CEF4Delphi/issues/301
You still need to add this code as a workaround for this issue :
Code: Select all
GlobalCEFApp.DisableFeatures := 'OutOfBlinkCors';
https://github.com/salvadordf/CEF4Delph ... r.pas#L287