| commit | c864cc995c9615fbbf55b48edb78bd776c84880f | [log] [tgz] |
|---|---|---|
| author | Wenyu Fu <wenyufu@google.com> | Wed Jun 23 18:03:45 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 23 18:03:45 2021 |
| tree | f31c7562059bfe3eab30d34bf688c619960356c4 | |
| parent | 21b58b720837cff20bf7c5a074958a9f6e6c7a03 [diff] |
Create dark tint duplicates of default icons Default icons (Globe / Chrome) were static drawables shared between all TabListFaviconProvider. While two provider objects are doing different tint over those static drawables, race condition might occur and wrong tint might be applied. This CL create dark tint duplicates for those favicon to avoid race condition. Also add night mode render tests in StartSurfaceLayoutTest. Bug: 1222326 Change-Id: I43199051a20eae23c2f24a52b2ee5db3eed2a736 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2977323 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by: Xi Han <hanxi@chromium.org> Reviewed-by: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#895228}
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.