commit | 21f3b1ad6b911c54b53c8c800b17349e0a907485 | [log] [tgz] |
---|---|---|
author | Jonathan Ross <jonross@chromium.org> | Fri Apr 23 15:30:27 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 23 15:30:27 2021 |
tree | 99c43e47677da8b6266c0cf03b578999f3bb3fff | |
parent | 2ea40ff82857d7d9e9f4848512ad13a33aa6018a [diff] |
Cannot Trace Invalid viz::LocalSurfaceIds We do not want to generated Tracing Hash values for invalid viz::LocalSurfaceIds. As they will never be embedded anyways. Unfortunately due to unit testing, and long standing disconnect in Renderer and Browser startup (https://crbug.com/419087), there are several paths that can lead to us attempting to trace these. This change prevents the attempting to trace in these conditions, so that we don't crash tracing. Addressing the various root causes would be a significant overhaul and something to consider for the future. Bug: 1185286 Change-Id: I7a19dbd64d14031793ed98d68ab49eb5b744344a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2826792 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#875679}
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.