commit | 6289f98456733f7f69620b28e162ae1300d2898c | [log][tgz] |
---|---|---|
author | Okezie Chiedozie <okezie@google.com> | Fri Jul 18 19:28:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 18 19:28:23 2025 |
tree | 17f91b2c15033cd8d164cac28a3350f41dec7e09 | |
parent | d0273f3da3ecc5e43ba8b3f8ac20044aa031c357[diff] |
[PS Internals] Display content settings in a responsive grid of cardsContent settings are now displayed in a responsive grid of cards. Valuesdisplayed on the left side of the card are truncated if they requiremore than one line to be displayed.A copy button is also included that is used to copy the values of theprimary and secondary patterns of content settings. The copy buttoncomponent is independent of the `content-settings-pattern-source`component. The copy button displays a copy icon by default. Whenclicked, it copies the text that it is set up to copy to the clipboardupdates its displayed icon to a tick. The icon gets reverted to the tickbutton three seconds after it is updated to a tick.Before:-https://screenshot.googleplex.com/5wR9ymQAzyeUb3j (Narrow screens)-https://screenshot.googleplex.com/3indAFtxSJhz3TY (Wider screens)After:-https://screenshot.googleplex.com/AzpWtfgo3Xe8sTd (Narrow screens)-https://screenshot.googleplex.com/77QfBxbZzGKiWvx (Wider screens)-https://screenshot.googleplex.com/AMZN6yZVTKaJNda (Text copy button update to tick when clicked)-https://screencast.googleplex.com/cast/NjUwOTc4ODA1MjU4NjQ5Nnw2M2EzMmI4Zi0xZg (Screen cast of text copy button)Change-Id:I494de191a80bf994a70d0435f4ca85db16c0dce5Bug: 418006487Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6707985Reviewed-by: Kene Okoye <kenok@google.com>Reviewed-by: Christine Ying <chrstne@google.com>Commit-Queue: Okezie Chiedozie <okezie@google.com>Cr-Commit-Position: refs/heads/main@{#1488996}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.