commit | 16e211f4a6f2b6313cdc31d828331d9c85eabc13 | [log] [tgz] |
---|---|---|
author | wenyu zhang <zhangwenyu@google.com> | Wed May 11 23:21:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 11 23:21:19 2022 |
tree | cc2cf4f9e9ee72be5d602a7dcf464570444fb367 | |
parent | eb0b415347ff69d9438893939932b00c3a1c42f5 [diff] |
Shimless: leave blank when firmware update status unknown Currently the status defaults to UpdateRoFirmwareStatus.kWaitUsb, but we don't really know the correct status until it comes from onUpdateRoFirmwareStatusChanged(). The fix is to default the status to null and display blank in UI. After the fix, there is a very short amount of time that the status of firmware update page is blank. See screenshot: http://screen/5WozbbWU3ZQE3Rz.png. Bug: 1198187 Test: browser_tests Change-Id: Ie6ec3e06d1e669697e92d29e3e3fe7ab6d9ce840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3639988 Reviewed-by: Gavin Williams <gavinwill@chromium.org> Commit-Queue: Wenyu Zhang <zhangwenyu@google.com> Cr-Commit-Position: refs/heads/main@{#1002382}
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.