commit | 91b50f5c6407e36e9a0d82ae4bddadb91b8dd0d4 | [log] [tgz] |
---|---|---|
author | Evan Stade <[email protected]> | Mon Feb 14 17:09:57 2022 |
committer | Chromium LUCI CQ <[email protected]> | Mon Feb 14 17:09:57 2022 |
tree | e3d71bc63e04ddb68e595a15ba8d5e2642db996e | |
parent | 4356cb872b647fb7e1ab74bdb42703a19e421a73 [diff] |
ChromeOS: Update icons in chrome://downloads Update ChromeOS's IconLoader implementation to pull the icons from ash's file_icon_util, which is already in use for many other UI surfaces. IconManager and IconLoader are old and crufty in their ownership model, and designed around the assumption that loading icons will be a slow operation involving disk I/O, but for Chrome OS this isn't true. This CL does not attempt to refactor IconManager and IconLoader more than is necessary, but still substantially simplifies the CrOS code and allows us to remove a few old raster assets. Bug: 1295918 Change-Id: I936424214ef0ad0f0c322d28d2f8d25efd731cbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3451040 Reviewed-by: Xiyuan Xia <[email protected]> Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Evan Stade <[email protected]> Cr-Commit-Position: refs/heads/main@{#970669}
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.