commit | ed5fb6ce0e80a6123da18528fbfa8fdc0940e47b | [log] [tgz] |
---|---|---|
author | Ali Juma <ajuma@chromium.org> | Wed Oct 30 13:56:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 30 13:56:07 2024 |
tree | 9345e021b233ef3b6f5bb882feec22607ee9f1ee | |
parent | 45375d4fddf5e6c4b2aab15914ccfc398562bd72 [diff] |
[iOS] Let WebKit handle marketplace-kit links marketplace-kit links are iOS-specific links for installing apps, that must be handled by WebKit to allow app installation where supported by Apple. These are currently incorrectly treated in Chrome as a request to launch an app. This CL makes two changes to fix this: 1) AppLauncherTabHelper no longer tries to launch an app for marketplace-kit URLs. 2) CRWWKNavigationHandler now allows navigations to marketplace-kit URLs rather than cancelling them, so that WebKit can handle them. The second change is guarded by a kill switch, to protect against unexpected WebKit crashes when handling these URLs. Bug: 376274604 Change-Id: I9a75c9fa7ef64f70165a8a25452b9cc6852cad04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5972980 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/main@{#1375820}
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.