## The prebuilt package has been updated to Google Chrome v.76.0.3809.87.
- A bug that did not preview posts on the vBulletin board has been fixed.
- filename: "pre-built_cef_v.76.0.3809.87.zip" (32bit only)
- https://drive.google.com/file/d/1nK3...ew?usp=sharing
- I do not keep copyright. Because I do not profit from this NinjaBrowser. It is rather time-consuming. So don't limit me to this problem.
- After all, I built it manually by running the following command:
Download CEF4Delphi from github to the latest version and reinstall it. (libcef.dll version: 76.1.5.0)
Then rebuild NinjaBrowser. Now download this prebuilt package and replace it with NinjaBrowser's
cef directory.
To check the version of CEF4Delphi, check the uCEFApplication.pas file for the following:
CEF_SUPPORTED_VERSION_MAJOR = 76;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 5;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 76;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 3809;
CEF_CHROMEELF_VERSION_BUILD = 87;
- A bug that did not preview posts on the vBulletin board has been fixed.
- filename: "pre-built_cef_v.76.0.3809.87.zip" (32bit only)
- https://drive.google.com/file/d/1nK3...ew?usp=sharing
- I do not keep copyright. Because I do not profit from this NinjaBrowser. It is rather time-consuming. So don't limit me to this problem.
- After all, I built it manually by running the following command:
Code:
C:\Google\chromium_git\chromium\src> gn gen --args="is_debug=false is_clang=true is_component_build=false use_goma=false use_jumbo_build=true is_official_build=true proprietary_codecs=true enable_widevine=true ffmpeg_branding=\"Chrome\" chrome_pgo_phase=0 enable_iterator_debugging=false enable_nacl=false is_win_fastlink=true clang_use_chrome_plugins=false blink_symbol_level=0 visual_studio_version=\"2017\" target_os=\"win\" target_cpu=\"x86\"" out/Release_GN_x86
Then rebuild NinjaBrowser. Now download this prebuilt package and replace it with NinjaBrowser's
cef directory.
To check the version of CEF4Delphi, check the uCEFApplication.pas file for the following:
CEF_SUPPORTED_VERSION_MAJOR = 76;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 5;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = 76;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 3809;
CEF_CHROMEELF_VERSION_BUILD = 87;