commit | fda4495a539531af4d31c041f58e5ded13285e68 | [log] [tgz] |
---|---|---|
author | Guido Urdaneta <guidou@chromium.org> | Mon Nov 06 09:31:51 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 06 09:31:51 2023 |
tree | 6e5218b1ebc09074872b5ba724115c6c1aecceba | |
parent | 3b6f9d9e79a63e5a361a8ea1061c0006fc821426 [diff] |
[BreakoutBox] Check validity of context before enqueuing frames. Now that frames are enqueued in a separate task, it is possible that the execution context is invalid by the time the task runs. Drop the frame if the context is invalid to avoid entering an incorrect state hitting CHECK/DCHECK or accessing poisoned memory. Bug: 1497984 Change-Id: I709a519186490052d8b22d6cfe9569602835f414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4997039 Auto-Submit: Guido Urdaneta <guidou@chromium.org> Reviewed-by: Tony Herre <toprice@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Tony Herre <toprice@chromium.org> Cr-Commit-Position: refs/heads/main@{#1220151}
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.