Skip to content

Commit 59be22a

Browse files
author
Anu Aliyas
committed
Update Chromium
Submodule src/3rdparty 6fe2eb1d..006f192b: * [fixup] Add missing dependencies to avoid compilation errors * [fixup] Update dependencies to avoid compilation errors * [fixup] Reinstate jumbo-builds * [Backport] CVE-2025-24855 Fix use-after-free of XPath context node * [Backport] CVE-2024-55549: Fix UAF related to excluded namespaces * [Backport] CVE-2025-3071: Inappropriate implementation in Navigations (2/2) * [Backport] CVE-2025-3071: Inappropriate implementation in Navigations (1/2) * [Backport] CVE-2025-3069: Inappropriate implementation in Extensions * [Backport] Security bug 397187119 * [Backport] Security bug 396460489 (2/2) * [Backport] Security bug 396460489 (1/2) * [Backport] Security bug 399002829 * [Backport] CVE-2025-2783: Incorrect handle provided in unspecified circumstances in Mojo on Windows Change-Id: I7c90d01ca11c988b1549959892e76f2cb37f3156 Reviewed-by: Michael Brüning <[email protected]>
1 parent 82cd589 commit 59be22a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHROMIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
Based on Chromium version: 130.0.6723.192
3-
Patched with security patches up to Chromium version: 134.0.6998.89
3+
Patched with security patches up to Chromium version: 135.0.7049.52

src/3rdparty

Submodule 3rdparty updated 41 files

src/core/web_engine_context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ const char *qWebEngineChromiumVersion() noexcept
12031203

12041204
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
12051205
{
1206-
return "134.0.6998.89"; // FIXME: Remember to update
1206+
return "135.0.7049.52"; // FIXME: Remember to update
12071207
}
12081208

12091209
QT_END_NAMESPACE

0 commit comments

Comments
 (0)