commit | c778c332e71f225ad0ee314d587e53cab8c85f3a | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Tue Oct 18 18:28:35 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 18 18:28:35 2022 |
tree | 272a59f5cb2a9f4e0f8f27ccd9d97400facf179f | |
parent | 802e020d835cacb15e97767c27ed4f073538917f [diff] |
CrOS OOBE: Replace CSS Mixins usage in gaia_dialog.html CSS Mixins are deprecated (never actually launched) and rely on the shadycss polyfil (baked into Polymer) to work. They can be replaced by native CSS variables instead. Moreover, as part of optimizing Chromium's copy of Polymer, exploring fully removing the shadycss polyfil, which requires all CSS mixins usages to be eliminated. Bug: 1320797 Change-Id: Ib233136102e20c2c60a5f3e752806e632187ded4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3961655 Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/main@{#1060571}
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.