-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chromium: Update to 130.0.6723.58 #844
Conversation
Fixes OSSystems#841. Release notes: https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_22.html Build and patch changes: ------------------------ Add one patch to fix a build error on scarthgap with clang 18. Rebase remaining patches. License changes: ---------------- Added licenses: * third_party/android_deps/libs/com_google_dagger_hilt_core/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5823738 * third_party/android_deps/libs/com_squareup_okio_okio_jvm/LICENSE, third_party/android_deps/libs/org_jetbrains_kotlinx_kotlinx_serialization_core_jvm/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/4294685, https://chromium-review.googlesource.com/c/chromium/src/+/5857028 * third_party/android_deps/libs/jakarta_inject_jakarta_inject_api/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5824189 * third_party/catapult/third_party/pipeline/LICENSE - https://chromium-review.googlesource.com/c/catapult/+/5847129 * third_party/devtools-frontend/src/front_end/third_party/third-party-web/LICENSE - https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5809617 * third_party/pdfium/third_party/agg23/copying, third_party/pdfium/third_party/libopenjpeg/LICENSE, third_party/pdfium/third_party/libtiff/LICENSE.md - https://pdfium-review.googlesource.com/c/pdfium/+/124210 Removed licenses: * courgette/third_party/bsdiff/LICENCE, courgette/third_party/divsufsort/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5812826 * third_party/android_deps/libs/android_arch_core_common/LICENSE, third_party/android_deps/libs/android_arch_core_runtime/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_common/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_livedata/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_livedata_core/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_runtime/LICENSE, third_party/android_deps/libs/android_arch_lifecycle_viewmodel/LICENSE, third_party/android_deps/libs/com_android_support_asynclayoutinflater/LICENSE, third_party/android_deps/libs/com_android_support_collections/LICENSE, third_party/android_deps/libs/com_android_support_coordinatorlayout/LICENSE, third_party/android_deps/libs/com_android_support_cursoradapter/LICENSE, third_party/android_deps/libs/com_android_support_customview/LICENSE, third_party/android_deps/libs/com_android_support_documentfile/LICENSE, third_party/android_deps/libs/com_android_support_drawerlayout/LICENSE, third_party/android_deps/libs/com_android_support_interpolator/LICENSE, third_party/android_deps/libs/com_android_support_loader/LICENSE, third_party/android_deps/libs/com_android_support_localbroadcastmanager/LICENSE, third_party/android_deps/libs/com_android_support_print/LICENSE, third_party/android_deps/libs/com_android_support_slidingpanelayout/LICENSE, third_party/android_deps/libs/com_android_support_support_compat/LICENSE, third_party/android_deps/libs/com_android_support_support_core_ui/LICENSE, third_party/android_deps/libs/com_android_support_support_core_utils/LICENSE, third_party/android_deps/libs/com_android_support_swiperefreshlayout/LICENSE, third_party/android_deps/libs/com_android_support_versionedparcelable/LICENSE, third_party/android_deps/libs/com_android_support_viewpager/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5835984 * third_party/android_toolchain_canary/NOTICE - https://chromium-review.googlesource.com/c/chromium/src/+/5798143 * third_party/bidimapper/licenses/LICENSE.urlpattern_polyfill - https://chromium-review.googlesource.com/c/chromium/src/+/5850570 * third_party/catapult/third_party/requests_toolbelt/LICENSE - https://chromium-review.googlesource.com/c/catapult/+/5847130 * third_party/openscreen/src/third_party/zlib/LICENSE - https://chromium-review.googlesource.com/c/openscreen/+/5816482 Updated licenses: * chrome/installer/mac/third_party/xz/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5846369 * third_party/ced/LICENSE - https://chromium-review.googlesource.com/c/chromium/src/+/5816777 * third_party/perfetto/LICENSE - google/perfetto@fcae376 Test-built (big thanks to @SoumyaWind): --------------------------------------- * chromium-ozone-wayland: - master, clang, MACHINE=qemux86-64 - scarthgap, clang, MACHINE=qemuarm64, qemux86-64 * chromium-x11: - master, clang, MACHINE=qemuarm, qemuarm64, qemux86-64, raspberrypi4-64 - scarthgap, clang, MACHINE=qemuarm, qemuarm64, qemux86-64, raspberrypi4-64 Signed-off-by: Max Ihlenfeldt <[email protected]>
Wanted to use the latest respin, but the tarball isn't available yet, so I'll send a separate PR to update once this one has been merged. @SoumyaWind as always, testing would be greatly appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@MaxIhlenfeldt sure, I will start testing. |
LGTM, successfully built on kirkstone (on top of #843). Quickly tested, not much tbh, but overall looks good. Thanks! |
@MaxIhlenfeldt, I have completed the testing for below configuration for Poky master with latest changes. Here are the results for your reference:
With GN configuration - is_debug=true, is_official_build=false, symbol_level=2 and with the dependencies: DISTRO_FEATURES with usrmerge and systemd |
I have completed testing with the following configurations for poky scarthgap with the latest changes. Here are the results for your reference:
|
Thanks! |
Fixes #841.
Release notes:
https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_15.html
https://chromereleases.googleblog.com/2024/10/stable-channel-update-for-desktop_22.html
Build and patch changes:
Add one patch to fix a build error on scarthgap with clang 18.
Rebase remaining patches.
License changes:
Added licenses:
Removed licenses:
Updated licenses:
Test-built (big thanks to @SoumyaWind):