commit | c4e5fde75069ea43e69e26ddca6290f67f7adc5c | [log] [tgz] |
---|---|---|
author | Elly Fong-Jones <ellyjones@google.com> | Thu Aug 24 21:05:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 24 21:05:26 2023 |
tree | 7ca217747049d75a8219a465a22c158659b43f8b | |
parent | 2887a0a67cb41519077275da42efc993126f1281 [diff] |
views: triage raw_ptr in ViewMacTest This change refactors the offending raw_ptr out of existence by replacing the test fixture with a single free function and a few lines of inline code in the test body. This change also simplifies some confusing (imo) test code, which was working with coordinate pairs in different coordinate systems within expressions, by being more explicit about what is being tested for. Bug: 1469136 Change-Id: Idbc81df608633d52a1d6d6bb934ab784173fb13c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4810899 Reviewed-by: Dana Fried <dfried@chromium.org> Auto-Submit: Elly FJ <ellyjones@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/main@{#1188021}
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.