commit | c708d3922cbb162c0fe10898ec8eb9d2df4d474b | [log] [tgz] |
---|---|---|
author | Xiyuan Xia <xiyuan@chromium.org> | Fri Sep 05 15:08:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 05 15:08:18 2025 |
tree | 05901ab64aba83cd04bc55104fce2fb8bf10ca6e | |
parent | a361087cd97d5ac8548d3a3bd29df2e6802f73d7 [diff] |
extensions: Fix a race adding component extensions multiple times - Make `AddComponentFromDirWithManifestFilename` and `FinishAddComponentFromDir` track pending extension loads on the file task runner; - Update `AddChromeOsSpeechSynthesisExtensions` and a couple other callers to check `IsPendingAdd` in addition to `Exists`; - Add unit tests to verify the pending load is tracked as expected; - Minor clean-ups; Bug: 442902361 Change-Id: I3deaed45449feddce2e8426a8bb2d1c7c1e46ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6916700 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/main@{#1511591}
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.