commit | 5210ffc0886f81d58f46509180ce2ffc7cbc0f6f | [log] [tgz] |
---|---|---|
author | Nathan Memmott <memmott@chromium.org> | Thu Feb 27 02:24:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 02:24:20 2025 |
tree | 8f27ce7e41d69a4321c09014098c907ef571c269 | |
parent | 367ae84d67a7c345b1bf04855c33cc66a4c55d25 [diff] |
Translator: Don't trigger TranslateKit Install on testing availability The availability functions (availability, canTranslate, capabilities) may trigger TranslateKit to be downloaded. This is because the service controller which is the source of truth for availability registers TranslateKit in its constructor. Fixed: 399199973 Change-Id: I810b4023e2f3d01a8fd8879606710df6db1947b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6303002 Reviewed-by: Ming-Ying Chung <mych@chromium.org> Commit-Queue: Nathan Memmott <memmott@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425521}
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.