commit | bf1511e11c01f9fb9b9da2b3441d76bea8037ff8 | [log] [tgz] |
---|---|---|
author | Stephen Chenney <schenney@chromium.org> | Sat Feb 08 14:14:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Feb 08 14:14:18 2025 |
tree | 3ba9dca33bab5d7bac366bf370c79a609c1a2b89 | |
parent | fe74ec4d03e332258d9ab91cf1240036bc6dfbfe [diff] |
Fix text direction inherit in workers Canvas text direction should be transferred to workers. Update the serialization code to do so. Also rename the somewhat misnamed "serialized_color_params" to "serialized_canvas_params" because they serialize a lot more than color. And fix the test I added recently which is super flaky due to a malformed rAF. And fix some pre-submit warnings. Bug: 390272618 Change-Id: I594fd0ad8ebd7d3ba258a3f1b9aac1f15af65ac6 Fixed: 393820272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6229469 Reviewed-by: Andres Ricardo Perez <andresrperez@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1417763}
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.