commit | fb4c1750666be8d55e45c5231b22b509c91974f9 | [log] [tgz] |
---|---|---|
author | Michael Lippautz <mlippautz@chromium.org> | Wed Apr 02 14:53:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 02 14:53:40 2025 |
tree | d804184c8d434a466dc3d6b2bb2dc3acee9ebe20 | |
parent | 02857ed64bf86067efa4a3f7845d0658ccd6a52b [diff] |
heap: HeapVector: Separate GCed from DISALLOW_NEW type [17/N] We separate HeapVector into two separate types: - HeapVector: For use on stack and in-object fields. - GCedHeapVector: For dynamically allocating with MakeGarbageCollected(). Another random set of changes. They are all trivial in that they don't require any conversions. Bug: 392817527 Change-Id: I5d523a30b7cd06cce2c2fd691f3b6c18723d9ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6424747 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1441487}
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.