commit | 33df953fbea47127e3966245a2e8eb4f29e300b1 | [log] [tgz] |
---|---|---|
author | Ahmed Mehfooz <amehfooz@chromium.org> | Thu Nov 03 00:35:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 03 00:35:55 2022 |
tree | db032b738a9151a42cdba08f8ce8cdfb5ae0777a | |
parent | 4cdde775a45fcae00eae2528951a5f5baca933bd [diff] |
Refactor QuickSettingsView Layout This CL simplifies the layout for QuickSettingsView. Bespoke Layout changed to FillLayout Removed custom size calculations Replaced SlidersContainerView with FlexLayoutView Replaced SystemTrayContainer with FlexLayoutView Removed unnecessary calls to Layout() and PreferredSizeChanged as these should happen automatically when the view hierarchy changes. Test: Confirmed UI is unchanged manually. Bug: b:251724970 Change-Id: I29b8d125b55c82b5389f7671400dfc2b2b1d88ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4000741 Reviewed-by: Jiaming Cheng <jiamingc@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1066814}
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.