commit | dbaa7cf5ccf259b021dff857380b2c23f2a39b68 | [log] [tgz] |
---|---|---|
author | Etienne Bergeron <etienneb@chromium.org> | Thu Dec 01 21:20:25 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 01 21:20:25 2022 |
tree | 1c7f19eb937a25b028ae3b60e9ca31ed87936d8c | |
parent | 7d27942f0d7e05154cb2fca56c4a0f27753d1c09 [diff] |
Fix priority inversion with GetBiometricAvailabilityFromWindows Boost thread priority while loading DLLs for GetBiometricAvailabilityFromWindows DLL loading from a background thread is known to cause priority inversions that can stall the main thread. see: https://bugs.chromium.org/p/chromium/issues/detail?id=1295941#c7 Bug: 1295941, 973868 Change-Id: I6856d65399b9a49115166c2807a57af2b0a62479 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4066658 Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by: Ioana Pandele <ioanap@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1078274}
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.