commit | eb215bbe6b8a1219f22ecb3a70e1d99ce40be622 | [log] [tgz] |
---|---|---|
author | Abhijeet Kandalkar <abhijeet@igalia.com> | Fri Mar 28 08:34:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 28 08:34:31 2025 |
tree | c0e46bb85c6bc4537ca176c2f6cab57f5f3d76ad | |
parent | 7bb67f072c7f5b30c8171bf2059fd4f6fef19735 [diff] |
[ios] Add string based comparison for SDK version Previously, `floatValue` truncated parts of the version string (e.g., "18.3.1" became 18.3), leading to incorrect highest version selection. This CL replaces float-based comparison with a proper string-based comparison using `NSNumericSearch` to ensure versions are correctly ordered (e.g., "17.0.9" < "18.0" < "18.0.1" < "19.0"). Change-Id: I3fc1b7bc22125596155e7b27b9b9c93c11558010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6380254 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/main@{#1439266}
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.