Update to CEF 75.1.4
Posted: Thu Jul 18, 2019 10:08 am
Hi,
I updated CEF4Delphi to CEF 75.1.4.
This is what's new in the CEF binaries :
I updated CEF4Delphi to CEF 75.1.4.
This is what's new in the CEF binaries :
- Remove POST data after redirect to GET. https://bitbucket.org/chromiumembedded/ ... 53724a94f9
- Add support for GetAuthCredentials. https://bitbucket.org/chromiumembedded/ ... 3324237993
- Fix redirect of requests with credentials mode 'include'. https://bitbucket.org/chromiumembedded/ ... 97ba9296ff
- Fix dangling pointers in CefScopedArgArray. https://bitbucket.org/chromiumembedded/ ... f86743afe8
- Fix race with multi-threaded message loop. https://bitbucket.org/chromiumembedded/ ... c882acf941
- Fix dangling pointers in CefAudioMirrorDestination. https://bitbucket.org/chromiumembedded/ ... 3fe6f7fa26
- Added a new EditorBrowser demo.
- Added VizDisplayCompositor to the disabled features list in the OSR demos to fix the issue #206 (OnPaint not called)
- Added a context menu option to show the DevTools in SimpleFMXBrowser.
- Added TCEFFMXChromium.ShowDevTools and TCEFFMXChromium.CloseDevTools.
- Added a new menu option to MiniBrowser to simulate key presses in normal mode.