commit | 6f3c23165e7c9e5d2be27a5b26d6efe962abcfa0 | [log] [tgz] |
---|---|---|
author | L. David Baron <dbaron@chromium.org> | Wed Apr 20 18:07:00 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 20 18:07:00 2022 |
tree | d8aa23bd2cdc13d792aefdcca71c849c110bb841 | |
parent | d82dda0457b477f4d755b7b74dadddcf95a5c634 [diff] |
Switch NamedItemCache keys from StringImpl* to AtomicString. This is an attempt at a speculative fix for a crash, on the theory that this cache does need ownership of its keys. Bug: 1316655 Change-Id: I8253cb886383fda34b720c19439cd10fb9dad2c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3594218 Auto-Submit: David Baron <dbaron@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#994265}
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.