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
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.
Updates of chromium browser
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Updates of chromium browser
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
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
Thanks a lot for this information. it makes sense.