commit | c8d8622b67bb6751d65b021367ae53e20c34f749 | [log] [tgz] |
---|---|---|
author | André Kempe <[email protected]> | Wed Jun 19 08:24:32 2024 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jun 19 08:24:32 2024 |
tree | 5a8a7bbc7447c53ce1c61ca6189c82ec23d1fcfe | |
parent | 3f55b004dd360928344afef16aa69022279b1b0b [diff] |
Add AllocationTraceRecorder feature flag Activation of the AllocationTraceRecorder so far depends only on MTE being enabled or not. To allow for a more fine grained activation in a field trial, this CL introduces a new feature flag "AllocationTraceRecorder". To enable the AllocationTraceRecorder, this flag must be set and MTE must be enabled. Change-Id: I966b8bda475288b49bb735c8967972ce789c8b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5595496 Reviewed-by: Mark Mentovai <[email protected]> Reviewed-by: Joe Mason <[email protected]> Commit-Queue: Andre Kempe <[email protected]> Cr-Commit-Position: refs/heads/main@{#1316902}
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.