commit | 18ed6ad4fbc695625b4f05506968cf0684cc795a | [log] [tgz] |
---|---|---|
author | Shengsong Tan <sstan@chromium.org> | Thu Aug 24 04:34:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 24 04:34:00 2023 |
tree | 6db158883a3658a4902c2b39dae2673a5c763929 | |
parent | e50ec6bb1eb915b8bbc4404f2f439831c6394aeb [diff] |
arc: Ignore app launch request for invalid app_id This CL add null check for AppInfo during ARC app launch process. Previously it assume the app_id is correct and corresponding to a valid app, which cause crash when the caller pass a invalid app_id when launch ghost window. BUG=b:295936306 TEST=CQ Change-Id: I75ce9b62698c55fb90cab1c269ee5f9001c1f772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4809617 Commit-Queue: Shengsong Tan <sstan@chromium.org> Reviewed-by: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/main@{#1187660}
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.