QtWebEngine/ChromiumVersions: Difference between revisions
Jump to navigation
Jump to search
(Added some versions) |
m (some missing points, combine minor versions with no changes) |
||
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 | * Checking out the default [https://duckduckgo.com/?q=what+is+my+user+agent user agent] sent to a server | ||
* Looking into the [https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist change logs] | * Looking into the [https://code.qt.io/cgit/qt/qtwebengine.git/tree/dist change logs] | ||
Line 11: | Line 11: | ||
! Qt Version !! Chromium Version | ! Qt Version !! Chromium Version | ||
|- | |- | ||
|5. | | 5.14.0–5.14.1 || 77.0.3865.98 | ||
| | |||
|- | |- | ||
|5.13. | | 5.13.0–5.13.2 || 73.0.3683.105 | ||
|73.0.3683.105 | |||
|- | |- | ||
|5. | | 5.12.0–5.12.7 || 69.0.3497.113 | ||
| | |||
|- | |- | ||
|5. | | 5.11.0–5.11.3 || 65.0.3325.151 | ||
| | |||
|- | |- | ||
|5. | | 5.10.1 || 61.0.3163.140 | ||
| | |||
|- | |- | ||
| 5. | | 5.10.0 || 61.0.3163.99 | ||
|- | |- | ||
| 5. | | 5.9.0–5.9.9 || 56.0.2924.122 | ||
|- | |- | ||
| 5. | | 5.8.0 || 53.0.2785.148 | ||
|- | |- | ||
| 5. | | 5.7.0–5.7.1 || 49.0.2623.111 | ||
|- | |- | ||
| 5.6.3 || 49.0.2623.111 | | 5.6.3 || 49.0.2623.111 | ||
|- | |- | ||
| 5.6.2 || 45.0.2554.101 | | 5.6.0–5.6.2 || 45.0.2554.101 | ||
|- | |- | ||
| 5. | | 5.5.0–5.5.1 || 40.0.2214.115 | ||
|- | |- | ||
| 5. | | 5.4.0–5.4.2 || 37.0.2062.103 | ||
|} | |} |
Revision as of 21:49, 29 March 2020
The Chromium version that is part of each Qt WebEngine version can be determined by:
- Checking out the documentation of the respective Qt Version
- Checking out the default user agent sent to a server
- Looking into the change logs
- 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 *= *'(.*)'"
Qt Version | Chromium Version |
---|---|
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 |