commit | 8de083c073e5e396861988afa02e6b1414c92c10 | [log] [tgz] |
---|---|---|
author | Ahmed Mehfooz <amehfooz@chromium.org> | Thu Jan 25 04:09:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 25 04:09:27 2024 |
tree | f57d4e5855313ede35bca8a8d5fd5ac58f021375 | |
parent | 26eae7d8c83c72f4c7c56865241a8e0fe37bc7d5 [diff] |
Improve MessageView extensibility This CL makes it easier for notification views to directly extend message_center::MessageView by doing the following: - Remove SetDrawBackgroundAsActive completely, this functionality is obsolete and can lead to unexpected behavior during gesture operations - Moved UpdateControlButtonVisibility logic to MessageView from NotificationViewBase Misc: Removed redundant focus ring setup in `NotificationViewBase`. Focus rings are already setup fully in `MessageView`. Bug: b:284512022 Change-Id: I3054f4b8992aa6c99ad8e391e7661138ef054648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5230305 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by: Andre Le <leandre@chromium.org> Reviewed-by: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/main@{#1251893}
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.