commit | df87a2f9eec325bdd77b613c6c101eb41eac4281 | [log][tgz] |
---|---|---|
author | Kyle Charbonneau <kylechar@chromium.org> | Thu Jan 09 20:28:42 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 09 20:28:42 2025 |
tree | 5396951a73b83176ccd64ee99cb5a010eb2f4672 | |
parent | b7ec2df2f4258902f2fdcfe555d306a10bb2c62f[diff] |
Revert "DumpWithoutCrashing() for Vulkan initialization failure"This reverts commit 4e17476edc84a7f2cf8b3397f1e1cb2529759948.Reason for revert: No longer needed and was meant to be reverted aspart ofhttps://crrev.com/c/6114566.Original change's description:> DumpWithoutCrashing() for Vulkan initialization failure>> For Android add a DumpWithoutCrashing() if Vulkan initialization fails> and Vulkan min version requirement is met. This is to collect data on> when/if Vulkan initialization is failing on some devices.>> Bug: 381535049> Change-Id:I0d50dac2b652d90b007cb7d64a3c198d4adf0338> Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6090868> Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>> Commit-Queue: Kyle Charbonneau <kylechar@chromium.org>> Cr-Commit-Position: refs/heads/main@{#1396176}(cherry picked from commit 2b940c0efaca7d35b78b84a6e9deefac86bf94f3)Bug: 381535049, 384781826, 388489415Change-Id:Ied90f31d95dcea128ea0ea0d258d69cedf21c734Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6150591Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>Commit-Queue: Kyle Charbonneau <kylechar@chromium.org>Cr-Original-Commit-Position: refs/heads/main@{#1403014}Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6164466Cr-Commit-Position: refs/branch-heads/6943@{#42}Cr-Branched-From: 72dd0b377c099e1e0230cc7345d5a5125b46ae7d-refs/heads/main@{#1402768}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.