commit | 88e8d33b78735290defaab3e2c9560e10b20c2e1 | [log] [tgz] |
---|---|---|
author | Elly <ellyjones@chromium.org> | Thu Mar 14 17:06:45 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 14 17:06:45 2024 |
tree | ce86361319365f72e9169cbba4166b9ea3d09cc1 | |
parent | f61dd1f7353f49a7c01ccedcaf91de4a38590364 [diff] |
gpu mojom: use ByteString for disk blob store key The actual cache keys that are used are not necessarily UTF-8 strings. For example, Dawn encodes a bitset of enabled features, some device IDs (which are just strings of bytes) and so on into these keys. Bug: 326376204 Change-Id: Ic543b82280a140c51fa599427a1c2ab453342c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5370364 Auto-Submit: Elly FJ <ellyjones@chromium.org> Commit-Queue: Elly FJ <ellyjones@chromium.org> Reviewed-by: Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/main@{#1272873}
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.