commit | 37f690a3f7497971fd024575c1cd9d64d846653c | [log] [tgz] |
---|---|---|
author | Joel Hockey <joelhockey@chromium.org> | Tue Jun 25 02:04:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 25 02:04:00 2024 |
tree | f8751a75062cdd963ceee4d56c4ced7094b03935 | |
parent | e0d276992d828a062ebdad09153f1b8d3f3eb98a [diff] |
Use APS Launcher Ordering The default position for apps will be provided by APS when flag AppPreloadServiceEnableLauncherOrder is on. default_app_order is changed to use PackageIds rather than app ids, and it is reduced to be only the 6 web preinstalled apps, and system apps. AppListSyncableService will create the initial set of ordinals when it starts using the values from default_app_order. It will query to APS and when it receives the result, it will merge with the initial list. Bug: b/327058986 Change-Id: I142fad62fe9c4f4dd62f58400285e029d6f9296f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5619639 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1318919}
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.