commit | aa8bc06722e662993833b1ecf8cc115e2628af9e | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@chromium.org> | Mon Feb 05 18:40:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 05 18:40:41 2024 |
tree | 03b07a9eb37a99e881cea535132d1a139c95a425 | |
parent | 3cde3ef0b39aba25aa6004c215fccbb88b7bc7dc [diff] |
Re-enable SkShaper_Primitive https://skia-review.googlesource.com/c/skia/+/787018 changed the default SkShaper factory behavior and inadvertently disabled text shaping in Chromium Skottie builds. 1) define SK_SHAPER_PRIMITIVE_AVAILABLE to re-enable text shaping 2) update related unit tests to verify that text shaping actually works 3) add a unit test which triggers font fallback for http://crbug.com/1520148 Change-Id: Ib3e69091a0e814eda0978b06abedc78812d45c86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5260180 Reviewed-by: Kevin Lubick <kjlubick@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1256307}
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.