Qter 发表于 2023-10-31 14:01:30

Qt Chromium 版本

https://wiki.qt.io/QtWebEngine/ChromiumVersions

QtWebEngine/ChromiumVersions< QtWebEngine


Jump to navigationJump to searchThe Chromium version that is part of each Qt WebEngine version can be determined by:
[*]Check the CHROMIUM_VERSION file in qtwebengine source root CHROMIUM_VERSION
[*]Checking out the documentation of the respective Qt Version
[*]Checking out the default user agent sent to a server
[*]Running the following shell command inside the git repository while changing the version tag as neededgit show v5.12.0:tools/scripts/version_resolver.py | pcregrep -o1 "chromium_version *= *'(.*)'"
(Note, the Chromium versions here are just the base versions. Security patches are backported from the most recent Chrome releases, to all supported versions) (Note, that QtWebEngine was first provided in Qt6 with Qt 6.2.0. So there are entries neither for Qt 6.0.x, or for 6.1.x)
Qt VersionChromium Version
6.5.0108.0.5359.181
6.4.0102.0.5005.177
6.3.094.0.4606.126
6.2.6-6.2.8102.0.5005.177
6.2.4-6.2.594.0.4606.126
6.2.090.0.4430.228
5.15.3–5.15.x87.0.4280.144
5.15.283.0.4103.122
5.15.0–5.15.180.0.3987.136
5.14.0–5.14.177.0.3865.98
5.13.0–5.13.273.0.3683.105
5.12.0–5.12.769.0.3497.113
5.11.0–5.11.365.0.3325.151
5.10.161.0.3163.140
5.10.061.0.3163.99
5.9.0–5.9.956.0.2924.122
5.8.053.0.2785.148
5.7.0–5.7.149.0.2623.111
5.6.349.0.2623.111
5.6.0–5.6.245.0.2554.101
5.5.0–5.5.140.0.2214.115
5.4.0–5.4.237.0.2062.103




Qter 发表于 2023-10-31 14:39:04

本帖最后由 Qter 于 2023-10-31 14:40 编辑

https://code.qt.io/cgit/qt/qtweb ... IUM_VERSION?h=6.6.0

Qter 发表于 2023-10-31 14:40:53

https://github.com/qt/qtwebengine

Qter 发表于 2023-10-31 14:41:32

本帖最后由 Qter 于 2023-10-31 14:53 编辑

https://github.com/qt/qtwebengin ... e08aab55e8f6b16aa22
https://github.com/qt/qtwebengine/commit/e4d73afd5464bd7f34063e08aab55e8f6b16aa22


Qter 发表于 2023-10-31 14:58:05

https://github.com/qt/qtwebengine/tree/5.15.15
页: [1]
查看完整版本: Qt Chromium 版本