commit | 3890a3ae5e2556d4e49846f23f3cf5dc6f58b746 | [log] [tgz] |
---|---|---|
author | Vinny Persky <vinnypersky@google.com> | Wed Feb 26 16:06:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 26 16:06:13 2025 |
tree | c343c5e6b51a2d9467564684240d84fde52cdcb0 | |
parent | a86ea21ef7f50aeb257bdc122e91be94cdb4867c [diff] |
Revert EligiblePriceRange back to using int64 After discussing with the server team and the chrome sync team, we realized that this can possibly cause undefined behavior because the server code parses this as int64, which can be a mismatch. Bug: 356443046 Change-Id: Iad1c7400a3ea8d4988f8222567fd43a0d78239a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6299204 Reviewed-by: Darwin Yang <darwinyang@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Vinny Persky <vinnypersky@google.com> Cr-Commit-Position: refs/heads/main@{#1425159}
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.