QtWebEngine/ChromiumVersions: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
m (add 6.2.9)
 
(16 intermediate revisions by 7 users not shown)
Line 1: Line 1:
The Chromium version that is part of each Qt WebEngine version can be determined by:
The Chromium version that is part of each Qt WebEngine version can be determined by:
* CHecking out the [https://doc.qt.io/qt-5/qtwebengine-overview.html#qt-webengine-core-module documentation] of the respective Qt Version
 
* Checking out the default [https://duckduckgo.com/?q=what+is+my+user+agent user agent] sent to a server
*Check the CHROMIUM_VERSION file in qtwebengine source root [https://code.qt.io/cgit/qt/qtwebengine.git/tree/CHROMIUM_VERSION CHROMIUM_VERSION]
*Checking out the [https://doc.qt.io/qt-5/qtwebengine-overview.html#qt-webengine-core-module documentation] of the respective Qt Version
*Checking out the default [https://duckduckgo.com/?q=what+is+my+user+agent user agent] sent to a server
*Running the following shell command inside the git repository while changing the version tag as needed
<syntaxhighlight lang="sh">
git show v5.12.0:tools/scripts/version_resolver.py | pcregrep -o1 "chromium_version *= *'(.*)'"
</syntaxhighlight>
*Using function call [https://doc.qt.io/qt-6/qtwebenginecoreglobal-h.html#qWebEngineChromiumVersion qWebEngineChromiumVersion] (since 6.2)
*Visiting url 'chrome://qt' (since 6.6)
 
 
(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)


{| class="wikitable"
{| class="wikitable"
|-
|-
! Qt Version !! Chromium Version
!Qt Version!!Chromium Version
|-
|6.6.0||112.0.5615.213
|-
|6.5.0||108.0.5359.181
|-
|6.4.0||102.0.5005.177
|-
|6.3.0||94.0.4606.126
|-
|6.2.9||108.0.5359.181
|-
|6.2.6-6.2.8||102.0.5005.177
|-
|6.2.4-6.2.5||94.0.4606.126
|-
|6.2.0||90.0.4430.228
|-
|5.15.3–5.15.x||87.0.4280.144
|-
|5.15.2||83.0.4103.122
|-
|5.15.0–5.15.1||80.0.3987.136
|-
|5.14.0–5.14.1||77.0.3865.98
|-
|5.13.0–5.13.2||73.0.3683.105
|-
|5.12.0–5.12.7||69.0.3497.113
|-
|5.11.0–5.11.3||65.0.3325.151
|-
|5.10.1||61.0.3163.140
|-
|5.10.0||61.0.3163.99
|-
|5.9.0–5.9.9||56.0.2924.122
|-
|5.8.0||53.0.2785.148
|-
|5.7.0–5.7.1||49.0.2623.111
|-
|5.6.3||49.0.2623.111
|-
|5.6.0–5.6.2||45.0.2554.101
|-
|-
| 5.9.3 || 56.0.2924.122
|5.5.0–5.5.1||40.0.2214.115
|-
|-
| 5.12.3 || 69.0.3497.128
|5.4.0–5.4.2||37.0.2062.103
|}
|}

Latest revision as of 07:25, 24 November 2023

The 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 needed
git 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 Version Chromium Version
6.6.0 112.0.5615.213
6.5.0 108.0.5359.181
6.4.0 102.0.5005.177
6.3.0 94.0.4606.126
6.2.9 108.0.5359.181
6.2.6-6.2.8 102.0.5005.177
6.2.4-6.2.5 94.0.4606.126
6.2.0 90.0.4430.228
5.15.3–5.15.x 87.0.4280.144
5.15.2 83.0.4103.122
5.15.0–5.15.1 80.0.3987.136
5.14.0–5.14.1 77.0.3865.98
5.13.0–5.13.2 73.0.3683.105
5.12.0–5.12.7 69.0.3497.113
5.11.0–5.11.3 65.0.3325.151
5.10.1 61.0.3163.140
5.10.0 61.0.3163.99
5.9.0–5.9.9 56.0.2924.122
5.8.0 53.0.2785.148
5.7.0–5.7.1 49.0.2623.111
5.6.3 49.0.2623.111
5.6.0–5.6.2 45.0.2554.101
5.5.0–5.5.1 40.0.2214.115
5.4.0–5.4.2 37.0.2062.103