commit | a14186343ac25fc07ffe520ebc5fa203ba340ad1 | [log] [tgz] |
---|---|---|
author | jiawei wang <hellojw513@gmail.com> | Wed May 08 04:57:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 08 04:57:34 2024 |
tree | e7e3a4d10d432684d34e643af46d5029075dfa45 | |
parent | 3d97d1dd6f36cbff0b2992b681b4a76bd85a31c5 [diff] |
Bubble: remove all SizeToContents() in /chrome/browser/ui/ash/sharesheet Remove all SizeToContents() and add InvalidateLayout() when necessary. This changes is used to make the bubbles using autosize mode via autosize parameter.(autosize mode: When the preferred size of bubble changes,its widget automatically resizes itself to meet the content's size) The ultimate goal of this bug is to remove all SizeToContents() to reduce developer confusion about when SizeToContents() needs to be called. This CL was uploaded by git cl split. R=dominickn@chromium.org Bug: 41493925 Change-Id: I65ba84ebc5e2cbf6d7258f5921d1eee590f32fc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5514563 Commit-Queue: Weidong Liu <weidongliu@chromium.org> Reviewed-by: Weidong Liu <weidongliu@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1297949}
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.