commit | 92ae8d66a385f7f9bf64b06b5531833be55b4018 | [log] [tgz] |
---|---|---|
author | Di Wu <diwux@google.com> | Fri Mar 24 22:37:50 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 24 22:37:50 2023 |
tree | d225e254f52c0826b935924740b3160b272db89f | |
parent | 0fc10b4c1b6aa55787ef93987d1d81708f820357 [diff] |
[Lacros] Align Lacros installer with omaha for version checking Ash end version checking logic [1] is outdated and conflicts with the correct server end logic in Omaha [2]. This CL is to correct the Ash end logic and make it compatible with Omaha. This CL also updates the surrounding documentation. [1]:https://source.chromium.org/chromium/chromium/src/+/refs/tags/113.0.5657.1:chrome/browser/component_updater/cros_component_installer_chromeos.cc;l=239 [2]:https://source.corp.google.com/piper///depot/google3/java/com/google/installer/releasemanager/FileProviderChromeLacros.java;l=83;rcl=479325656 Bug: 1423793 Test: CQ Change-Id: If6878b858b849993cd18fee09b7246a66b93a5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4349732 Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Di Wu <diwux@google.com> Cr-Commit-Position: refs/heads/main@{#1121979}
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.