commit | 48a7866e337486166cf03dd87a733bfb5a1475d1 | [log] [tgz] |
---|---|---|
author | Matt Jones <mdjones@chromium.org> | Fri Jan 05 18:18:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 05 18:18:59 2024 |
tree | 342f22ec238d5617c727f1970ee212a3bbc7f8b9 | |
parent | da74d68ba8ec56b63782ab04b0754d2bbedbb591 [diff] |
Null check the shopping service on the internals page for iOS It appears to be possible to navigate to the commerce internals page before the shopping service is available on iOS. This patch adds a check in the internals constructor to avoid bad access. The page won't function correctly, but it also won't crash. Bug: 1511579 Change-Id: I22b4b3581b6b0134fdb0496bcc90b817a0d21bc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5132436 Reviewed-by: David Maunder <davidjm@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1243498}
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.