commit | 396c0faf1be6d88d35e222a31ebe7fc22b9bda56 | [log] [tgz] |
---|---|---|
author | Ender <ender@google.com> | Tue Feb 21 23:33:48 2023 |
committer | Tomasz Wiszkowski <ender@google.com> | Tue Feb 21 23:33:48 2023 |
tree | 9c3d054f3476d592b970dbaa3b6605aff5055dd2 | |
parent | 7ee31e7a6bf0054336adcc85bbaa85ebabc406fe [diff] |
Suggestions: Use Foreground color for Focus and Background for decor This change applies explicit meaning to different forms of suggestion decorations. Until now we have been using just Background to define both the static (normal) and dynamic (focused/selected/...) visuals of every suggestion element. This has made further works on suggestion dcorations more difficult. Bug: 1418077 Change-Id: I35d05a46e08e75a54b4c8d63ab3120a0d81fc221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4276603 Commit-Queue: Patrick Noland <pnoland@chromium.org> Auto-Submit: Tomasz Wiszkowski <ender@google.com> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by: Patrick Noland <pnoland@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1108012}
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.