commit | d0be3bc63c34b2a904be717bfa3bf0be4e71eb45 | [log] [tgz] |
---|---|---|
author | Xiaocheng Hu <xiaochengh@chromium.org> | Wed Feb 03 23:50:54 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 03 23:50:54 2021 |
tree | 7005ef1835b2b4137f6e3ecc1db41a2194be2619 | |
parent | 4e2be42d7c1ac9c49f652c0495cde21c9c7e351a [diff] |
Extend support range of Korean counter styles to match existing behavior The officially supported range of Korean counter styles is -9999 - 9999, but the existing behavior already supports all integers. This patch extends the range of the Korean custom counters style to match it. Since the counter style algorithm gets much more complicated above 9999 and will be very cumbersome to formalize using the provided systems, this patch implements it as a special algorithm and routes it to the legacy implementation. Bug: 687225 Change-Id: I6dca1c8f1611394349df8018641020048d023f04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2670290 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#850348}
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.