commit | 92d7df594653907441c3eb4ccae977de75a1d964 | [log] [tgz] |
---|---|---|
author | Vinny Persky <vinnypersky@google.com> | Tue Aug 09 18:33:14 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 09 18:33:14 2022 |
tree | b2d23a40a2facae11146638af6c08f6da5a53db7 | |
parent | 6e8e284326022a9c04f27fd5669cd86f3f98f348 [diff] |
Gracefully handle empty see details text locally This CL fixes a DCHECK failure locally when the see details text is empty or see details url is empty or invalid. The DCHECK failure occurs because we try to add a link style range to an empty string. This CL also fixes a typo in the description of the promo code offers value prop text localized string. Bug: 1334806 Change-Id: I8ed60848222601cd19c925e6140cf8d61cd140dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3811343 Commit-Queue: Vinny Persky <vinnypersky@google.com> Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/main@{#1033126}
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.