commit | 6581b54ea555aab934436764d6f5b8048c6d0046 | [log] [tgz] |
---|---|---|
author | Kenichi Ishibashi <bashi@chromium.org> | Mon Oct 16 05:38:24 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 16 05:38:24 2023 |
tree | 48afdacd0128cc3ee6db4fc48298aa758c0291b6 | |
parent | a2f0e8bf4441a399024b96b80349d2a68c1b8431 [diff] |
devtools debugger: Check LocalFrame availability on quitting pause LocalFrame can be detached from WebLocalFrameImpl when the LocalFrame is removed from the DOM or the entire page is closed. Don't access DevToolsAgentImpl() when the corresponding LocalFrame is detached. Bug: 1492586 Change-Id: I5cac01a8a6d50d8d4fbb11ac70ac30d406cb0e4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4941512 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/main@{#1210019}
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.