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/05/stable-channel-update-for-desktop.htmlhttps://chromereleases.googleblog.com/2023/05/stable-channel-update-for-desktop_8.htmlhttps://chromereleases.googleblog.com/2023/05/stable-channel-update-for-desktop_16.html
Build and patch changes:
------------------------
Drop 0009-nomerge-attribute-on-declaration-is-only-available-s.patch as
all supported Yocto releases use clang >= 12 by now.
Drop 0013-Fix-html_minifier-script-for-node-v12.patch as all supported
Yocto releases use Node >= 14 by now.
Revert an upstream change that allows mixing `__attribute__` and
`alignas` syntax, because older versions of clang still used by some
Yocto releases don't like that very much.
Add 0021-Add-missing-typename-s.patch to fix a compile error.
Backport various patches to fix compile errors:
0019-Backport-constexpr-std-string-fixes.patch
0022-Backport-Avoid-capturing-structured-bindings.patch
0023-Backport-IWYU-for-translate-TranslateUILanguagesMana.patch
0024-Backport-Fix-erroneous-SupportsOstreamOperator-int-i.patch
0025-Backport-Do-not-use-std-monospace-for-absl-variant.patch
0026-Backport-std-string-ends_with-is-C-20.-Use-base-Ends.patch
Rebase remaining patches.
License changes:
----------------
Added licenses:
* chrome/browser/resources/chromeos/accessibility/chromevox/third_party/tamachiyomi/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4296260
* third_party/cros-components/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4295996
* third_party/libei/LICENSE
- https://chromium-review.googlesource.com/c/chromium/src/+/4221794
Removed licenses:
* third_party/android_rust_toolchain/toolchain/share/doc/rust/LICENSE-APACHE
- Not sure what change caused the removal, but I suppose something in
the third-party checkout logic changed so that this isn't checked
out for non-Android configurations.
Updated licenses:
* third_party/libjpeg_turbo/LICENSE.md
- https://chromium-review.googlesource.com/c/chromium/deps/libjpeg_turbo/+/3500634,
https://chromium-review.googlesource.com/c/chromium/deps/libjpeg_turbo/+/4219963
Test-built:
-----------
* chromium-ozone-wayland:
- master, clang, MACHINE=qemux86-64
- mickledore, clang, MACHINE=qemux86-64
- langdale, clang, MACHINE=qemuarm64
- kirkstone, clang, MACHINE=raspberrypi3, qemux86-64
- dunfell, clang**, MACHINE=qemux86-64
* chromium-x11
- master, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm
- mickledore, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm
- kirkstone, clang, MACHINE=raspberrypi4-64, qemux86-64, qemuarm64, qemuarm
- dunfell, clang**, MACHINE=raspberrypi3, raspberrypi4-64***, qemux86-64, qemuarm64, qemuarm
** Please note that Chromium requires below set-up when on dunfell
branch.
- The clang version to be >= 12 and for that, use the latest
meta-clang/dunfell-clang12 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's network service crashes.
Signed-off-by: Max Ihlenfeldt <[email protected]>
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0007-Delete-compiler-options-not-available-in-release-ver.patch
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Signed-off-by: Randy MacLeod <[email protected]>
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0009-nomerge-attribute-on-declaration-is-only-available-s.patch
Copy file name to clipboardExpand all lines: meta-chromium/recipes-browser/chromium/files/0011-Revert-Use-ffile-compilation-dir-instead-of-fdebug-c.patch
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,18 @@ Signed-off-by: Max Ihlenfeldt <[email protected]>
0 commit comments