You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release notes:
https://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop.htmlhttps://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_6.htmlhttps://chromereleases.googleblog.com/2023/12/stable-channel-update-for-desktop_12.html
Build and patch changes:
------------------------
Drop three backported patches that are included upstream now, and add
four new backports.
Add more fixes to 0013-Add-missing-typename-s.patch.
Rename 0014-Don-t-pass-disable-auto-upgrade-debug-info-to-linker.patch
to 0014-Don-t-pass-unknown-LLVM-options.patch and also disable the
`split-threshold-for-reg-with-hint` option.
Add more fixes to
0017-Avoid-parenthesized-initialization-of-aggregates.patch.
Add more fixes to
0018-Fix-constexpr-variable-cannot-have-non-literal-type-.patch.
Add 0022-Use-base-ranges-instead-of-std-ranges.patch to fix a build
error on older versions of clang (on mickledore, kirkstone, and
dunfell).
Rebase remaining patches.
License changes:
----------------
Added licenses:
* third_party/devtools-frontend/src/front_end/third_party/csp_evaluator/package/LICENSE
- https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4580488
Removed licenses:
* third_party/android_deps/libs/com_google_guava_listenablefuture/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4960997
* third_party/xdg_shared_mime_info/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4974772
Updated licenses:
* third_party/dawn/LICENSE
- https://dawn-review.googlesource.com/c/dawn/+/155561
* third_party/ffmpeg/CREDITS.chromium
- https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+/265b12a2
* third_party/speech-dispatcher/COPYING => third_party/speech-dispatcher/COPYING.LGPL
- https://chromium-review.googlesource.com/c/chromium/src/+/4917472
* third_party/vulkan_memory_allocator/LICENSE.txt
- https://chromium-review.googlesource.com/c/chromium/src/+/4911597
Test-built (big thanks to @nrpt-m):
-----------------------------------
* chromium-ozone-wayland:
- master, clang, MACHINE=qemux86-64
- nanbield, clang, MACHINE=qemux86-64
- mickledore, clang, MACHINE=qemuarm64, qemux86-64
- kirkstone, clang, MACHINE=qemux86-64, raspberrypi4-64
- dunfell, clang**, MACHINE=qemux86-64
* chromium-x11
- master, clang, MACHINE=qemux86-64, qemuarm, qemuarm64, raspberrypi4-64
- nanbield, clang, MACHINE=qemux86-64, qemuarm, qemuarm64, raspberrypi4-64
- mickledore, clang, MACHINE=qemux86-64, qemuarm, qemuarm64, raspberrypi4-64
- kirkstone, clang, MACHINE=qemux86-64, qemuarm, qemuarm64, raspberrypi4-64
- dunfell, clang**, MACHINE=qemux86-64, qemuarm, qemuarm64, raspberrypi4-64***
** Please note that Chromium requires below set-up when on dunfell
branch.
- The clang version to be >= 14 and for that, use the latest
meta-clang/dunfell-clang14 branch.
- Require the latest meta-oe with Nodejs 14.x support.
- Add the PREFERRED_VERSION_nodejs-native = "14.%" in conf/local.conf
file.
*** Please note that there currently is a problem on RPi4/dunfell where
Chromium crashes because of an illegal instruction error.
Signed-off-by: Max Ihlenfeldt <max@igalia.com>
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ Rebased-by: Randy MacLeod <randy.macleod@windriver.com>
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0005-Delete-compiler-options-not-available-in-release-ver.patch
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0007-Revert-Use-ffile-compilation-dir-instead-of-fdebug-c.patch
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,18 @@ Signed-off-by: Max Ihlenfeldt <max@igalia.com>
0 commit comments