diff options
| author | Michael BrĂ¼ning <michael.bruning@qt.io> | 2025-09-29 11:04:38 +0200 |
|---|---|---|
| committer | Michael BrĂ¼ning <michael.bruning@qt.io> | 2025-09-29 22:11:51 +0200 |
| commit | ce191e5f3503b3026aa46cfeef7b04e4fda92cbd (patch) | |
| tree | e048a6a606b3cfab0dd348d9a510ba670ad97662 | |
| parent | 14e6cea6e7f8f595553d4d6eee7b37d82cf7b87b (diff) | |
Update Chromium
Submodule src/3rdparty 94daf4ca..37c43c72:
* Fixup [Backport] CVE-2025-10890: Side-channel information leakage in V8 (1/2)
* Fixup for [Backport] CVE-2025-10892: Integer overflow in V8
* [Backport] Dependency for CVE-2025-10892
* [Backport] CVE-2025-10892: Integer overflow in V8
* [Backport] CVE-2025-10891: Integer overflow in V8
* [Backport] CVE-2025-10890: Side-channel information leakage in V8 (2/2)
* [Backport] CVE-2025-10890: Side-channel information leakage in V8 (1/2)
* [Backport] Roll src/third_party/ffmpeg/ 01f23648c..dcdd0fa51 (552 commits)
* [Backport] CVE-2025-10502: Heap buffer overflow in ANGLE
* [Backport] CVE-2025-10501: Use after free in WebRTC
* [Backport] CVE-2025-10500: Use after free in Dawn
* [Backport] CVE-2025-54874
* [Backport] Security bug 445380761
* [Backport] perfetto: tp: prepend to path when generating tp table headers
* ANGLE: Don't hard-code toolchain path for metallib tool
* [fixup] Adapt autofill component for WebEngine
Fixes: QTBUG-140224
Fixes: QTBUG-140630
Change-Id: Ifb40a98f23b6397f27d93966930cae6b9557b187
Reviewed-by: Moss Heim <moss.heim@qt.io>
| -rw-r--r-- | CHROMIUM_VERSION | 2 | ||||
| m--------- | src/3rdparty | 0 | ||||
| -rw-r--r-- | src/core/web_engine_context.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION index 06ef128d9..1ba063adf 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,2 +1,2 @@ Based on Chromium version: 134.0.6998.208 -Patched with security patches up to Chromium version: 140.0.7339.133 +Patched with security patches up to Chromium version: 140.0.7339.207 diff --git a/src/3rdparty b/src/3rdparty -Subproject 94daf4ca58c78945f30ebd4562197b9ea744324 +Subproject 37c43c72fdfb245e6340794995b3f787bdd6221 diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index b77fc1281..718a70bfe 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -1251,7 +1251,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "140.0.7339.133"; // FIXME: Remember to update + return "140.0.7339.207"; // FIXME: Remember to update } QT_END_NAMESPACE |
