commit | 32723a79609cadf9c289ac678133080879083f41 | [log] [tgz] |
---|---|---|
author | Lauren Winston <lwinston@google.com> | Mon Jan 06 20:33:13 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 06 20:33:13 2025 |
tree | 3c3f225b2b3d96b90c63ed65e6da21636ec624b3 | |
parent | a3f9fcb35c2cc2dabf94b6acf3677b50ca0d8d9e [diff] |
[Read aloud] Fix if-statement pathway. Previous behavior was causing console logs when they didn't need to be showing up. We only want to show the logs if 'version' doesn't exist or if it isn't a number- otherwise, we don't need to log anything. Bug: none Change-Id: Iba8f3ee820a632e8728f9593ecf603740ac1056e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6147890 Commit-Queue: Lauren Winston <lwinston@google.com> Reviewed-by: Xiang Xiao <xiangxiao@google.com> Cr-Commit-Position: refs/heads/main@{#1402581}
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.