commit | 450ee7ccb41d4f0a80770ff4a59e999a12d948c1 | [log] [tgz] |
---|---|---|
author | Kay Lin <[email protected]> | Tue Sep 02 03:33:46 2025 |
committer | Chromium LUCI CQ <[email protected]> | Tue Sep 02 03:33:46 2025 |
tree | 3fe224262de3ca890eb391422b95e7352a2ecff1 | |
parent | cbda342b95b8781083920d97871f4dc0cd858420 [diff] |
Extension: enable browser test ItemListVisibility On Android desktop tests, race conditions occur when attempting to access a resource from a destroyed Tab. This CL adds a check to ensure the Tab is still alive, preventing access to UserData from a destroyed Tab. Bug: 439447730 Change-Id: I02e166ae3aac7780865a4df57284cc45427bfc2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6904470 Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: Keigo Oka <[email protected]> Commit-Queue: Kay Lin <[email protected]> Cr-Commit-Position: refs/heads/main@{#1509350}
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.