commit | b2b47d89e0d562ae188b83148c60b90d40d3c1a7 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Thu Oct 26 22:42:02 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 26 22:42:02 2023 |
tree | 0fbdc950167cd9d4050ad261c02a6cfa6b6032a0 | |
parent | 70595e59557700322362a51407873b14f1fc5b98 [diff] |
Remove uses of implicit conversion of ScopedTypeRef in /third_party/sudden_motion_sensor Implicit unwrapping of a scoper to its underlying pointer is dangerous and that capability is being removed. This converts uses of implicit conversion to be explicit in preparation for its removal, and performs other cleanup and modernization. Bug: 1495439 Change-Id: Ie7ec125f3cdf6ca783380eb81c6044ccc252a0b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4978750 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by: Leonard Grey <lgrey@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1215799}
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.