commit | a615ac913ffa55ecdae6bdc5f4af886658a820a2 | [log] [tgz] |
---|---|---|
author | Maggie Cai <mxcai@google.com> | Tue Oct 10 04:45:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 10 04:45:57 2023 |
tree | fd6ac0e73bb93b8f034e734627b7e20e936d1c4a | |
parent | 87b91368656cdeeaf5d4ff54c80f4b4a64e3f2c7 [diff] |
[Shortcut] Use web app id for browser shortcut id. This CL updates the code to use web app id for browser shortcut id. Normally shortcut id should be a hash of the parent app id and the local shortcut id. However, for web app based shortcut, it will be much easier to continue using the existing id provided from web app provider, so that we do not need to migrate all the sync data in app list and shelf. And for web app based shortcut, the parent app is the browser, which make sense to be handled as an exception case. BUG=1412708 Change-Id: Ib20363d253d12ac564958beb58da89cf95d43b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4902678 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Reviewed-by: Tim Sergeant <tsergeant@chromium.org> Cr-Commit-Position: refs/heads/main@{#1207457}
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.