commit | b42668e3a17b32dc72b74577ecbff218478dd4cb | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Tue Jan 23 00:34:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 23 00:34:11 2024 |
tree | c45dcb21bb664fbee65ffacb7c19d20336f7089c | |
parent | e5a82a6a41e3f75e587a1259ba3b26d51009141e [diff] |
WebUI: Use data bindings to change displayed icon in cr-expand-button. Previously the code was directly operating on the local DOM, instead of using Polymer properties and data bindings. The latter is preferred, and makes it easier to migrate this element to Lit as well, in an upcoming CL. Bug: 1503223 Change-Id: I02ace6f3b09661b2fc3b70ff661944d9d846eac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5226030 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1250561}
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.