commit | af7c7e61379dfa8424f7dcf29ef752fa2c05313e | [log] [tgz] |
---|---|---|
author | Christian Flach <cmfcmf@chromium.org> | Wed Oct 11 13:26:39 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 11 13:26:39 2023 |
tree | 86eb92ae7c39ee31d90db73164155bf9af803c51 | |
parent | 676a576b116ddcb2fa32ee63e1fb0e3406037ea2 [diff] |
iwa: Make expected version optional for update preparation command The main use case for this is when a developer uses chrome://web-app-internals to update a dev mode IWA, to the latest version provided as a Web Bundle or proxy URL. In this case, we'd like to just perform the update to whatever version they provided. Since we don't know the version beforehand, we need to support updating to an unknown version in the update preparation command. Bug: 1444407 Change-Id: Ie8c3796d66f441cec38984c9685c19d641e18463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4915792 Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Christian Flach <cmfcmf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1208212}
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.