| commit | 8aa834bee60257ff20eaa5ad9d3c7b4bd8cc852c | [log] [tgz] |
|---|---|---|
| author | Jinsuk Kim <jinsukkim@chromium.org> | Tue Jul 22 14:42:57 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 22 14:42:57 2025 |
| tree | b523dee7562795b94fb1f13cc162ca542d7228f6 | |
| parent | 28d885dae71241b40729812cdab039e1313e01c2 [diff] |
[ASH] Emit a history entry with the launching app ID When a View intent with the identity sharing option enabled opens a URL on Chrome, this CL creates a navigation history entry with the ID of the opening app, and commits it to the history database. The app ID is set to the very first history commit only. Afterwards, the ID is reset and the subsequent commits are made without the ID. Bug: 385172104 Change-Id: I8861ff9110069b12fb81b70a10c6d064630ed279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6695284 Reviewed-by: Theresa Sullivan <twellington@chromium.org> Reviewed-by: Sophie Chang <sophiechang@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1490156}
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.