commit | ca0bcc8f37dd48dbc1e0b71428d4f1b51caf8657 | [log] [tgz] |
---|---|---|
author | Tim Sergeant <tsergeant@chromium.org> | Mon Aug 29 22:06:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 29 22:06:31 2022 |
tree | 06f2ea9d62c9d3fb397177d568d50270096eca29 | |
parent | d368c3ba3d9a1dbe6f04dab6dc18090494246cb0 [diff] |
Intents: Update ARC link capturing using intent filters from App Service Currently, the OnSupportedLinksChanged ARC mojo call sends a full list of intent filters for new apps. This was only necessary because in the Mojo App Service, changes to intent filters from installs/updates may not have propagated through Mojo yet. In the non-Mojo App Service, changes to intent filters are applied synchronously, and so by the time supported links are updated, the App Service will always have correct filters available. This CL removes the usage of the filters from the Ash side. A separate CL on the ARC side will stop populating the mojo field altogether. Bug: 1265315 Change-Id: I15ceef338bb295ca814f87d1eda9734f2b08afe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3857588 Auto-Submit: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Reviewed-by: Maggie Cai <mxcai@chromium.org> Commit-Queue: Tim Sergeant <tsergeant@chromium.org> Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1040628}
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.