
This reverts commit517ae90803
and commit45a9193e4a
. Reason for revert: Removing experimental manifest field. Original changes' description: > PWA: Implement 'handle_links' web app manifest field > > - Adds 'handle_links' to manifest parser > - Adds 'handle_links' storage and retrieval to web app database > - Adds 'handle_links' to web app registrar > - Let 'handle_links' change trigger manifest update > - Value of 'handle_links' is kUndefined everywhere unless the feature > flag is enabled > > Explainer: > https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md > Design doc: > https://docs.google.com/document/d/1FXW_7oalzPATPyNpfdE_TH8euntIlvatf4Zmbvj9tpw > > Bug: 1254457 > Change-Id: I5d2c7c2a6bd0d99e0d0da47d5b790f595cbd151a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3290595 > Reviewed-by: Alan Cutter <alancutter@chromium.org> > Reviewed-by: Dominick Ng <dominickn@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Commit-Queue: Lu Huang <luhua@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#958916} > Add feature flag for handle_links manifest field > Intent to prototype: > https://groups.google.com/a/chromium.org/g/blink-dev/c/fXASFrrFnps/m/leDjqvcXAQAJ > Explainer: > https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md > Design doc: > https://docs.google.com/document/d/1FXW_7oalzPATPyNpfdE_TH8euntIlvatf4Zmbvj9tpw > Bug: 1254457 > Change-Id: I2475d0e04f44dd34fa3bffc8339bbf44641de5ca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3290329 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Lu Huang <luhua@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#943144} Bug: 1254457 Change-Id: I9a078278286fecda9054ed2fbe69c980b5ddd642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3651207 Reviewed-by: Alan Cutter <alancutter@chromium.org> Commit-Queue: Lu Huang <luhua@microsoft.com> Reviewed-by: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/main@{#1017891}
Chromium
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.