commit | 92ae18462693c56a31b230e4fb91542b1bc6ef14 | [log] [tgz] |
---|---|---|
author | Huiting Yu <huitingyu@google.com> | Wed Feb 19 21:56:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 21:56:40 2025 |
tree | 1373fc031972fc86874dd4a4d57855d78f62b7de | |
parent | 088816e5c47905f8b4e16dd867cddaf24fb4f55f [diff] |
[ios] Refactor to remove Swift 6.0 warning about use of GeometryProxy. The root cause seems to be onPreferenceChange's closure becomes @Sendable. So using non-sendable type like GeometryProxy inside it will trigger a warning. The refactor wraps the use of GeometryProxy inside a Swift 6+ API `onGeometryChange`. Bug: 397730006 Change-Id: I06aa7668b6703ab886ce8b371def80076f493afd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6281075 Reviewed-by: Robbie Gibson <rkgibson@google.com> Commit-Queue: Huiting Yu <huitingyu@google.com> Cr-Commit-Position: refs/heads/main@{#1422189}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.