QtWebEngine/ChromiumVersions: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Added some versions)
Line 3: Line 3:
* 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]
* 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>


{| class="wikitable"
{| class="wikitable"
Line 8: Line 11:
! Qt Version !! Chromium Version
! Qt Version !! Chromium Version
|-
|-
| 5.12.3 || 69.0.3497.128
|5.13.2
|73.0.3683.105
|-
|-
| 5.12.2 || 69.0.3497.128
|5.13.1
|73.0.3683.105
|-
|-
| 5.12.1 || 69.0.3497.128
|5.13.0
|73.0.3683.105
|-
|-
| 5.12.0 || 69.0.3497.128
|5.12.5
|69.0.3497.113
|-
|5.12.4
|69.0.3497.113
|-
| 5.12.3 || 69.0.3497.113
|-
| 5.12.2 || 69.0.3497.113
|-
| 5.12.1 || 69.0.3497.113
|-
| 5.12.0 || 69.0.3497.113
|-
|-
| 5.9.3 || 56.0.2924.122
| 5.9.3 || 56.0.2924.122

Revision as of 10:22, 12 November 2019

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.13.2 73.0.3683.105
5.13.1 73.0.3683.105
5.13.0 73.0.3683.105
5.12.5 69.0.3497.113
5.12.4 69.0.3497.113
5.12.3 69.0.3497.113
5.12.2 69.0.3497.113
5.12.1 69.0.3497.113
5.12.0 69.0.3497.113
5.9.3 56.0.2924.122
5.9.2 56.0.2924.122
5.9.1 56.0.2924.122
5.9.0 56.0.2924.122
5.6.3 49.0.2623.111
5.6.2 45.0.2554.101
5.6.1 45.0.2554.101
5.6.0 45.0.2554.101