commit | 501d8927b54030ae2d4b044bf1d58e475f2f3cef | [log] [tgz] |
---|---|---|
author | Alexei Svitkine <asvitkine@chromium.org> | Tue Feb 15 00:48:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 15 00:48:01 2022 |
tree | 966de6d3cfc817876530bc1085d0a088f8639ca6 | |
parent | 6e9a457d6a68534c0ab56a910a43f9dccd3bde92 [diff] |
Revert StatisticsRecorder back to use a base::Lock. This reverts the CL to use an absl R/W lock: https://chromium-review.googlesource.com/c/chromium/src/+/3216667 As well as the follow up change on top of that: https://chromium-review.googlesource.com/c/chromium/src/+/3378925 Reason for revert: We're seeing 10+ second hangs on iOS, unclear why, appears to be starvation issues, despite that being unexpected. Needs more investigation, reverting to fix the hangs to merge to iOS stable. This CL bundles the changes together to revert. Bug: 1284513, 1123627 Change-Id: I65405a7b444d31a6187884b5095fae20f3b1291b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3459839 Reviewed-by: Justin Cohen <justincohen@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/main@{#970942}
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.