Page 1 of 1

Updates of chromium browser

Posted: Wed May 22, 2019 7:07 am
by padamjain
Hi,

This is just a general query that how do you plan to update the crhomium browser versions.
as i can see the latest version is 76.0.3802.1 at https://chromium.googlesource.com/chromium/src/+refs

I am asking this just for my knowledge as i am using FMXChromium in one of my application.

/Padam

Re: Updates of chromium browser

Posted: Wed May 22, 2019 7:16 am
by salvadordf
Hi,

Chromium 76 is in the "canary" and "dev" channels as you can see in this calendar :
https://www.chromium.org/developers/calendar

Right now the stable version is Chromium 74 and the stable branch in the CEF project uses that version.

At this moment CEF4Delphi uses CEF 74.1.19 which is the latest CEF stable version :
http://opensource.spotify.com/cefbuilds/index.html

Re: Updates of chromium browser

Posted: Wed May 22, 2019 7:46 am
by padamjain
Thanks a lot for this information. it makes sense.