commit | 04b4c62e454958b0545639cffd31e806062dfaca | [log] [tgz] |
---|---|---|
author | Felipe Erias <felipeerias@gmail.com> | Fri Mar 20 01:28:17 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Mar 20 01:28:17 2020 |
tree | d27b3daa51255d675a1cf5643e24b96550441730 | |
parent | 6e1da53a767b69e8730ec37d9a1b5ac2fec58e48 [diff] |
Implement "auto" value for -webkit-appearance Add the "auto" value for the -webkit-appearance property. The element will have the appearance returned by AutoAppearanceFor() (in layout_theme.cc). Spec: https://drafts.csswg.org/css-ui/#valdef-appearance-auto Bug: 965432 Change-Id: Ia3c829637fcfa8a897b6a8d2e155f5861c3d9c0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108264 Reviewed-by: Kent Tamura <tkent@chromium.org> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Felipe Erias Morandeira <felipeerias@gmail.com> Cr-Commit-Position: refs/heads/master@{#751882}
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.
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.