commit | 1e1e1bccfb84713fc325025eae43e746abcc115d | [log] [tgz] |
---|---|---|
author | Marja Hölttä <marja@google.com> | Thu Apr 04 09:43:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 04 09:43:42 2024 |
tree | e3341eb8e98d48db8622c19d7708ea5a0ccadb85 | |
parent | 442f24cc8a924104768fa85f85e66381d1078489 [diff] |
Comment out a CHECK that a DOMAB has maximally one non-detached JSAB Based on crash reports, this assumption is not true and has to be investigated. Removing this newly introduced CHECK to be able to merge fixes in this area - we still violate this invariant but the fixes are a step into the right direction. Fix in question: https://chromium-review.googlesource.com/5387887 which also introduced this CHECK. Bug: 330759272 Change-Id: I4ba52fee7ed8f45e352efd347e87df03d896ac3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5419329 Reviewed-by: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#1282379}
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.