| commit | d52d82dc913e8a6f881838c6578038691edcba43 | [log] [tgz] |
|---|---|---|
| author | Koji Ishii <kojii@chromium.org> | Mon Oct 12 09:45:51 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 12 09:45:51 2020 |
| tree | 05a9a81ae62aee13331f067c2bf793433b764974 | |
| parent | 473b6bb7e1caaea39aa88bef6ee2430d92b023e3 [diff] |
Accept `hyphens: auto` if USE_MINIKIN_HYPHENATION This patch changes |CSSParserFastPaths| so that `hyphens: auto` is accepted as a valid CSS when |USE_MINIKIN_HYPHENATION| is on, rather than only on Android. This patch has no behavior changes. Bug: 652964 Change-Id: Id5c4c92798a6b10292e7a2505515bb7efd48d1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465412 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#816100}
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.