| commit | d58c5f72b98f905f76ad57f58b29dcdbee90ac7c | [log] [tgz] |
|---|---|---|
| author | Claudio DeSouza <cdesouza@igalia.com> | Fri Sep 02 01:53:34 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 02 01:53:34 2022 |
| tree | a482d8dce8bea6b723e42729e06fe3d3e5f094c2 | |
| parent | 20a58f977dd2aae43ac9a829eee43127a47f332a [diff] |
Apply clang-tidy modernize-use-nullptr on //extensions This CL removes the use of NULL as an address type in favour of nullptr. This modernisation can prevent a number of bugs. Recently, the use of NULL did in fact caused an issue which fortunately was caught by some fuzzer test (https://crbug.com/1358214). Bug: 776257, 778942 Change-Id: Ia3560d004d0c35880d8102f7b71a1ac15a94753e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3868389 Reviewed-by: Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Claudio DeSouza <cdesouza@igalia.com> Cr-Commit-Position: refs/heads/main@{#1042424}
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.