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/10/stable-channel-update-for-desktop_31.htmlhttps://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop.htmlhttps://chromereleases.googleblog.com/2023/11/stable-channel-update-for-desktop_14.html
Build and patch changes:
------------------------
Drop five backported patches that are included upstream now, and add five new
backports.
Add more fixes to 0017-Avoid-parenthesized-initialization-of-aggregates.patch.
Add 0021-Don-t-delete-CrashKeyWithName-dtor.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/android_deps/libs/com_google_auto_service_auto_service_annotations/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4887649
* third_party/jszip/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4793948
* third_party/wayland-protocols/gtk/COPYING,
third_party/wayland-protocols/kde/COPYING.LIB
- https://chromium-review.googlesource.com/c/chromium/src/+/4845816
Removed licenses:
* third_party/android_deps/libs/android_arch_lifecycle_common_java8/LICENSE,
third_party/android_deps/libs/com_android_support_animated_vector_drawable/LICENSE,
third_party/android_deps/libs/com_android_support_appcompat_v7/LICENSE,
third_party/android_deps/libs/com_android_support_cardview_v7/LICENSE,
third_party/android_deps/libs/com_android_support_design/LICENSE,
third_party/android_deps/libs/com_android_support_multidex/LICENSE,
third_party/android_deps/libs/com_android_support_recyclerview_v7/LICENSE,
third_party/android_deps/libs/com_android_support_support_fragment/LICENSE,
third_party/android_deps/libs/com_android_support_support_media_compat/LICENSE,
third_party/android_deps/libs/com_android_support_support_v4/LICENSE,
third_party/android_deps/libs/com_android_support_support_vector_drawable/LICENSE,
third_party/android_deps/libs/com_android_support_transition/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4904153
Updated licenses: none.
Test-built (big thanks to @nrpt-m):
-----------------------------------
* chromium-ozone-wayland:
- master, 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
- 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
+4-4Lines changed: 4 additions & 4 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