commit | b1d35c90bb57d2654abfd9046d0b02cb3da23bc3 | [log] [tgz] |
---|---|---|
author | Benoit Lize <lizeb@chromium.org> | Wed Jan 25 15:38:52 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 25 15:38:52 2023 |
tree | d60ffcec8e4ec54ebb0c535b784e0190a9fcd3e9 | |
parent | de80974110102673eef8220fcc8ef79682bdb0a2 [diff] |
[blink] Remove the last usage of atomicops.h in blink base/atomicops.h is deprecated, replace it with std::atomic. It is simpler, clearer, and allows to use typed values directly, rather than cramming everything into an Atomic32. Also remove base/atomicops.h from DEPS in blink to prevent it from coming back. Bug: 1194917 Change-Id: I48e25a3fbf5cf8749dc75daae11a78a3e107882f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4191822 Commit-Queue: Benoit Lize <lizeb@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/main@{#1096779}
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.