commit | f9fe5dc98edd81566b4c09e5b167e47409d195d6 | [log] [tgz] |
---|---|---|
author | Ella Ge <eirage@chromium.org> | Mon May 15 09:36:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 15 09:36:58 2023 |
tree | e7a05de6f5dc4c5f3fb8903a2e02268f671e7dad | |
parent | f743ffb7042dca11a2bc9998dc740ca63273ec75 [diff] |
Fix installing WebAPK with SVG icon Installing WebAPK with SVG icon always failed because there is no preferred size specified when downloading the SVG icon and it result in an empty Bitmap and returns an error. This CL creates a "WebappIcon" class that contains the url, purpose, and usage of the icon. The purpose and usage are used to decide the ideal size of it. Bug: 1428668, 1444216 Change-Id: Ia0301ea7fef51b9a58d9fb9b217aed30e207fa0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4519242 Auto-Submit: Ella Ge <eirage@chromium.org> Reviewed-by: Rayan Kanso <rayankans@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by: Glenn Hartmann <hartmanng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1143947}
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.