commit | b8fdc1366570017be8e6dfa58f70d99569362a2a | [log] [tgz] |
---|---|---|
author | Victor Costan <[email protected]> | Thu Sep 09 17:02:56 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Sep 09 17:02:56 2021 |
tree | 2b23d6fc246be944ddf19d9cbf0606c99915d3c8 | |
parent | 9ea56a02d69f64887e46a92b7077e441732f6304 [diff] |
Font Access: Remove threading from FontEnumerationCache. This CL removes the threading logic from FontEnumerationCache, so instances are now used on a single sequence. This simplifies the API between FontEnumerationCache and its subclasses down to a single ComputeFontEnumerationData() method. A follow-up CL will extract this API to a separate base class, separating the responsibility of obtaining font enumeration data from the responsibility of caching the data. Bug: 1232812 Change-Id: Ie6a4c25c6b320ec228189592c35557ae1e598243 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3058215 Auto-Submit: Victor Costan <[email protected]> Commit-Queue: Austin Sullivan <[email protected]> Reviewed-by: Austin Sullivan <[email protected]> Cr-Commit-Position: refs/heads/main@{#919844}
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.