### cefclient win7/win8 32位 最新可用的cefclient为 - Nov 2022 5414 109 109 Win 7+ deployment, Win 10+ build system w/ VS2019 16.11.13+, Win 10.0.20348 SDK - 参考链接https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md#markdown-header-release-branches - 支持Alloy Runtime/Chromium Runtime, 默认运行Alloy Runtime - 当前VTM使用版本为81.0.4044,该版本只支持Alloy Runtime ### 当前cef浏览器做过的适配工作 - 窗口化显示、多屏幕命令行适配 - 浏览器错误日志记录到天眼 - 加载页面失败错误页变成关门页 - cef进程组管理和进程命名区分 - 层级管理 - 隐藏右键菜单和禁用快捷键 - 添加http header ### 参考文献 - https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding (CEF编译指导) - https://developer.chrome.com/docs/extensions/develop/migrate?hl=zh-cn (迁移到 Manifest V3) - https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md (CEF运行时模式(Alloy/Chromium) - https://v8.dev/features (ES2020-2023特性支持列表)