commit | 556236212000a8663e9c1ead73a1ea8793a42246 | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Tue Apr 30 03:46:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 30 03:46:16 2024 |
tree | acb219872663f40fed086316f516e112a87e5324 | |
parent | 0c6b7008553e5e59d0bd6243be1ad23fdc5fe69b [diff] |
[AIS] Restrict ArcAppInstaller to particular install surfaces ArcAppInstaller currently uses a simple install method based on the ARC StartFastAppReinstall method. This works for certain cases, and for prototyping, but is not a general solution. This CL restricts the install method to particular install surfaces, and adds documentation about the limitations. Bug: b/327059134 Change-Id: Ib99fb8c139423d9e0b14e3e171ec8eaa5af52581 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5481710 Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1294147}
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.