commit | c25f1aeee319d4e0631b19fb3df5231bdad902e9 | [log] [tgz] |
---|---|---|
author | Dibyajyoti Pal <dibyapal@google.com> | Thu Nov 21 23:33:03 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 23:33:03 2024 |
tree | 0b1227b1b0e99ca5914a184bae96b91f92e2f2a7 | |
parent | 750c7af6f01f3bf30841ae56d7be472868f21b0c [diff] |
[PWA] Mark apps created by Create Shortcut flow on CrOS as DIY This CL does the following: 1. Adds a feature flag on ChromeOS to start migrating shortcut apps to DIY. 2. Modifies the create shortcut flow at the view level so that all shortcut apps created on ChromeOS are automatically created as DIY apps, provided the dialog is accepted. This makes it easier to remove this flow once go/simple-shortstand-cros is implemented, because that will likely just delete the `Create Shortcut` UI, or not use `WebAppInstallInfo`. Bug: 379133881 Change-Id: I184f94150a6cbb37fb141d50402d511e26b1a1dd Include-Ci-Only-Tests: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6037373 Commit-Queue: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386534}
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.