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.

Update to CEF 78.2.9

Post Reply
User avatar
salvadordf
Posts: 4052
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 78.2.9

Post by salvadordf »

Hi,

CEF4Delphi is now updated to CEF 78.2.9

This is what's new :
  • Chromium 78.0.3904.70
  • Added "picture-in-picture" support for HTML5 video elements. This feature doesn't work in OSR mode.
  • Added chrome://process-internals support
  • Removed the "enable-net-security-expiration" properties and parameters.
  • Removed TChromium.LoadString
  • ICefResponse.GetHeader was renamed to ICefResponse.GetHeaderByName
  • Added ICefResponse.SetHeaderByName
  • Removed CefIsCertStatusMinorError
To test the "picture-in-picture" feature load this page with the MiniBrowser demo :
https://www.w3schools.com/html/html5_video.asp

Then play the video, click on the dotted button in the bottom-right corner of the video box and select "Picture in picture"

Read this for more information about the Picture-In-Picture (PiP) API :
https://www.chromestatus.com/feature/5729206566649856

The CEF binaries used are these :
WARNING :
The shutdown and resize issues in OSR mode are still present. Use the latest release version if you need a stable component :
https://github.com/salvadordf/CEF4Delph ... ses/latest
Post Reply