commit | c726aa3cf0e2f922cb5f0e283b143b8b28efd3ee | [log] [tgz] |
---|---|---|
author | Paul Semel <paulsemel@chromium.org> | Tue Jan 24 08:53:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 24 08:53:09 2023 |
tree | ce425725ebe74fe55a5f0839eaa699b5c5ae8604 | |
parent | f639a713ee9c07230e4f776c72860df680179853 [diff] |
blink: introduce GC_SAFE_FIELD to ignore tagged forbidden fields With the introduction of the new blink GC clang plugin feature, some fields/compositions were tagged because the included forbidden fields. However, in some cases, using those fields is safe, and having a way to mark them as such is necessary. This macro is only a wrapper over the already existing GC_PLUGIN_IGNORE, and is only meant to make it clearer why the field is being tagged. Bug: 1381979 Change-Id: Idba29f83b56aed00e63840aff2ebb0545d736cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4187337 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Paul Semel <paulsemel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1096069}
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.