commit | 3f616d3789bc12c4d7cbb0d800729d2cf7eee84c | [log] [tgz] |
---|---|---|
author | Greg Thompson <grt@chromium.org> | Wed Sep 13 08:38:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 13 08:38:58 2023 |
tree | 00322006c8c7dcb126d48c259319c0198b560e74 | |
parent | edb3d97e5fef92653e2c585a69825970da865ae1 [diff] |
[accessibility] Suppress fatal logging in AXTree when fuzzing Replace AXTree::DisallowFailFastForFuzzing with use of FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION. This should comprehensively solve the problem of stopping these diagnostic crashes in the fuzzers. Fixed: 1477877 Change-Id: I97639afd564a43ea95e8cf7ce2a8f48973d51a07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4847014 Auto-Submit: Greg Thompson <grt@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1195874}
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.