commit | bb4d224c2dd688a786bcd07c895693eda541815c | [log] [tgz] |
---|---|---|
author | Aisulu Rakhmetullina <aisulu@google.com> | Thu Oct 31 01:15:00 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 31 01:15:00 2024 |
tree | 83bf58228ae12ad3886f0e9078dc341fc1780f2b | |
parent | f543e7f4e16ad9fbfd1df0d2dc75bfc1afc4c159 [diff] |
Reland "[SHv2] Add listeners for Version card" This is a reland of commit 52c778d37de7e16a63fc970f257e9c912afea395 Original change's description: > [SHv2] Add listeners for Version card > > Version is one of the top cards on Safety Hub page [1] that informs > a user about the current Chrome version installed and whether it is > the latest one or not. It can generally show 2 states: > 1) Chrome is up to date, no action is needed > 2) New update is available, please relaunch to finish the update. > > Since a new version can become available while Safety Hub page is open, > this CL makes sure the Version card observes these changes and gets > updated accordingly. > > The tests cover only the case when the state changes from SAFE to > WARNING, since the other way round requires the relaunch of the browser > which already implies the refresh of the card. > > [1] http://slides/1L94XqgYOqFaicNi--YmQpM6VkvSptCaj51eEVXJ7LDQ#slide=id.g2560a3fa0db_2_478 > > Bug: 40267370, 346979168 > Recording: https://crbug.com/40267370#comment217 > Low-Coverage-Reason: OTHER (unrelated lines are highlighted) > Change-Id: Ic45d732654a8f4e21934bce180d36e532a4c7636 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5803507 > Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> > Commit-Queue: Aisulu Rakhmetullina <aisulu@google.com> > Reviewed-by: Side YILMAZ <sideyilmaz@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1351442} Bug: 40267370, 346979168 Recording: https://crbug.com/40267370#comment221 Change-Id: I7cf353ba3ca217aea134a8772c7e8aedf71db1af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5850692 Commit-Queue: Aisulu Rakhmetullina <aisulu@google.com> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376016}
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.