commit | 07a32eff33d55fa0eb3af2bc0de1da55ae58920d | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Wed Nov 01 15:56:11 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 01 15:56:11 2023 |
tree | b811db1fe8147883cedf30fb2ca968447f0fa37c | |
parent | d3b73be63585fc45e57cd0963d67a336e9009b48 [diff] |
Remove uses of implicit conversion of ScopedTypeRef in /skia 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 so that implicit unwrapping can be removed. This also may perform other cleanup and modernization. Bug: 1495439 Change-Id: I5706fe0cc06a15ec745fb2ced051f138651fde18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4980630 Commit-Queue: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Michael Ludwig <michaelludwig@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1218246}
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.