commit | 284165a5489052599243e0cbc56925f8094b11a6 | [log] [tgz] |
---|---|---|
author | Tomasz Wiszkowski <ender@google.com> | Fri Sep 27 17:04:04 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 27 17:04:04 2024 |
tree | 1110360b82d1c4e35f41c4f1c9b650bd1aef8eab | |
parent | 8c5b5d93f4ad661a33a692480c306704d60d9f55 [diff] |
Speculative fix for Tecno launcher Dino widget preview clipping. Preview layouts and Widget info dimensions are technically allowed to supply different sizes: - info file states the minimum widget size the widget requires to render itself, and - preview layout states the dimensions to apply to the widget preview, when the widget is shown in the widget picker. I _think_ the Tecno launcher may be incorrectly clipping the Dino widget preview by applying the Minimum Size requirements from the info file. While technically incorrect, we might be able to address it by applying uniform sizes to both the preview and the resulting widget. The preview font size is updated to "small". The actual text size shown on the Widget is computed in real time. Bug: b/369761483 Change-Id: Ic600ae3a43e3d4ebf68b5f367732831a5849cee2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5892704 Reviewed-by: Patrick Noland <pnoland@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/main@{#1361220}
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.