commit | 1fd6e1547014be2c65323f9370cce233a4e495d3 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Wed Jul 12 17:18:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 12 17:18:58 2023 |
tree | 1d6a95ed5777cb8b399bee814ea6a4af9f881589 | |
parent | 6f4f3557d77d277d9aef61fab8e926347f89944b [diff] |
Remove ARC support from scoped_nsobject There are a handful of targets in Chromium that can't be ARC, and they use scoped_nsobject, so keep it around. Remove ARC support so that ARC files do not inadvertently use it. This effectively reverts https://crrev.com/c/4387456. Bug: 1280317 Change-Id: I0711d79a23114ed1518d842ac3ad785cbb275b3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4678263 Reviewed-by: Mark Mentovai <mark@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1169414}
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.