commit | e864f908333174728666e0ee711272663edaa873 | [log] [tgz] |
---|---|---|
author | Victor Hugo Vianna Silva <victorvianna@google.com> | Wed Dec 20 15:47:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 20 15:47:28 2023 |
tree | 528b48fed1ab0d2bf8ff468020c8cdc9887277e2 | |
parent | 6f444e71828d39d566f05aedaa164522d3fd5cce [diff] |
Fix re-signin infobar flickering due to page load See linked bug. This infobar is shown quite early on startup. A page load makes it flicker and disappear (it still shows up again if the user opens a new tab). This CL stops hiding the infobar on page load by overriding ShouldExpire(). There are many other such precedents. Fixed: 1513159 Change-Id: I1caefa4bf21e5efeb12d07a49f80c2c4656e4b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5136098 Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Auto-Submit: Victor Vianna <victorvianna@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1239689}
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.