diff options
| author | Michal Klocek <michal.klocek@qt.io> | 2025-11-10 14:24:44 +0100 |
|---|---|---|
| committer | Michal Klocek <michal.klocek@qt.io> | 2025-11-14 08:51:28 +0100 |
| commit | de8438814a552cd9586c14ebf7fae400cd18ed50 (patch) | |
| tree | b205d3b25c4cb30a1efd453af4ced446d75714af | |
| parent | 5622445a0ab4e2665c960521b8e923fbf890f27b (diff) | |
Update Chromium
Submodule src/3rdparty 898da6a2..f9d3b37e:
* [revert] Revert "Fix clang + bfd linker build"
* [fixup] Jumbo build
* [fixup][backport] CVE-2025-6021
* [Backport] CVE-2025-12036: Inappropriate implementation in V8 (3/3)
* [Backport] CVE-2025-12036: Inappropriate implementation in V8 (2/3)
* [Backport] CVE-2025-12036: Inappropriate implementation in V8 (1/3)
* [fixup] Fix QtWebEngine build on all platforms
* [Backport] CVE-2025-12726: Inappropriate implementation in Views (3/3)
* [Backport] CVE-2025-12726: Inappropriate implementation in Views (2/3)
* [Backport] CVE-2025-12726: Inappropriate implementation in Views (1/3)
* [Backport] CVE-2025-12432: Race in V8
* Fix clang + bfd linker build
* CVE-2025-12429: Inappropriate implementation in V8
* [Backport] CVE-2025-12438: Use after free in Ozone
* [Backport] CVE-2025-12441: Out of bounds read in V8
* [Backport] CVE-2025-12433: Inappropriate implementation in V8
* [Backport] CVE-2025-12443: Out of bounds read in WebXR
* [fixup] Fix QtWebEngine build on all platforms
* [Backport] CVE-2025-24928
* [Backport] CVE-2025-6021
* [Backport] IWYU modules/desktop_capture and modules/video_capture for PipeWire
* [Backport] IWYU modules/video_capture
* [Backport] CVE-2025-11756: Use after free in Safe Browsing
* [Backport] CVE-2025-11460: Use after free in Storage
* [Backport] CVE-2025-11458: Heap buffer overflow in Sync
* [Backport] Security bug 40059598 (5/5)
* [Backport] Security bug 40059598 (4/5)
* [Backport] Security bug 40059598 (3/5)
* [Backport] Security bug 40059598 (2/5)
* [Backport] Security bug 40059598 (1/5)
* [Backport] Dependency for security bug 40059598
* [Backport] Security bug 434161973
* [Backport] CVE-2025-11216: Inappropriate implementation in Storage
* [Backport] CVE-2025-11207: Side-channel information leakage in Storage (2/2)
* [Backport] CVE-2025-11207: Side-channel information leakage in Storage (1/2)
* [Backport] CVE-2025-11219: Use after free in V8
* [Backport] Security bug 440866282
* [Backport] CVE-2025-6965 / Security bug 434161973
* [Backport] Security bug 435225528
* [Backport] Security bug 439058241
* [Backport] Security bug 441427753
* [Backport] CVE-2025-11206: Heap buffer overflow in Video
* [fixup][gcc-10] Fix compilation issue with gcc-10
* [fixup] Workaround for not working pointer traits on clang-15, gcc-10 and msvc19
* Revert "[fixup][gcc-10] Fix compilation issue with gcc-10"
* [Backport] Disable NSAutoFillHeuristicController on macOS 26
Fixes: QTBUG-141153
Fixes: QTBUG-141795
Fixes: QTBUG-141796
Change-Id: I601ec0a302f97d0d8d297a07e4a5455e876fb440
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
(cherry picked from commit 971519b7c5dd23ea27fc091dd5837bc6d1cb2ede)
Reviewed-by: Michael BrĂ¼ning <michael.bruning@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 1ba063adf..0c4b3d212 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.207 +Patched with security patches up to Chromium version: 142.0.7444.135 diff --git a/src/3rdparty b/src/3rdparty -Subproject 898da6a2e3f756aabef1ed29875233ad60cd03f +Subproject f9d3b37ece2aafffdcca7d029b83c787f68961c diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index 4cc965c21..7e57ab70d 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -1243,7 +1243,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "140.0.7339.207"; // FIXME: Remember to update + return "142.0.7444.135"; // FIXME: Remember to update } QT_END_NAMESPACE |
