commit | eef9e28d80153545142c79f019a4e0892d6121fd | [log] [tgz] |
---|---|---|
author | Kristin Lee <kristinlee@microsoft.com> | Thu Jul 10 16:58:44 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 10 16:58:44 2025 |
tree | 2dc5acd82da3d2f2c13c7a982cd2d1651f5f4a13 | |
parent | 4d9803cf4540aed837e953a13f3047aee2b55012 [diff] |
[WebInstallAPI] Exclude feature from experimental web platform flag and exclude WebInstallAPI feature flag on Android Currently, the WebInstallAPI feature is included in chrome://flags/#enable-experimental-web-platform-features. The WebInstallAPI feature has it's own feature flag so there is no need for it to be included in the experimental web platform flag. This also fixes the issue of the page crashing when chrome://flags/#enable-experimental-web-platform-features flag is enabled but chrome://flags/#web-app-installation-api flag is disabled by default. This CL also excludes the WebInstallAPI feature flag on Android and removes the last reference comment of crbug.com/381282538 that is no longer needed. crbug.com/424497410 tracks supporting the API on Android in the future. Bug: 429974686, 333795265, 381282538 Change-Id: Idc5b1b5b0d209ecfa4ef50e4e6cf8120546cac19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6716192 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Kristin Lee <kristinlee@microsoft.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Lu Huang <luhua@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1485042}
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.