You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Update to CEF 3.3497.1827.ga4f7e36
- Added option to load PDF files in the MiniBrowser demo. - Now the ResponseFilterBrowser replaces the logo with an external PNG file.
This commit is contained in:
@ -60,14 +60,14 @@ uses
|
||||
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3440;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1806;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3497;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1821;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 68;
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 69;
|
||||
CEF_CHROMEELF_VERSION_MINOR = 0;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3440;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 106;
|
||||
CEF_CHROMEELF_VERSION_RELEASE = 3497;
|
||||
CEF_CHROMEELF_VERSION_BUILD = 81;
|
||||
|
||||
LIBCEF_DLL = 'libcef.dll';
|
||||
CHROMEELF_DLL = 'chrome_elf.dll';
|
||||
|
Reference in New Issue
Block a user