commit | 3ca14f33e1ef5a9ed3f36699c1b3aad92a4453c5 | [log] [tgz] |
---|---|---|
author | Fergal Daly <fergal@chromium.org> | Mon Dec 14 05:39:36 2020 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 14 05:39:36 2020 |
tree | bc5b2568613eaf997290166e7b351c07c7894618 | |
parent | 7f579bfc603abc620d0009c7ad4107ddc9a9f958 [diff] |
More debugging for this bug. Looks like render_frame_created_ is getting reset to true inside RenderFrameDeleted! - extend the dump_on_render_frame_created_for_bug_1146573_ region to catch this. - add dump points inside RenderFrameDeleted. These seem redundant if the the prior debugging works but I want to avoid yet another round. Bug: 1146573 Change-Id: I93dfd0a89fd9b95fc3e86e68189195c3b9c6dc08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586456 Reviewed-by: Matt Falkenhagen <falken@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#836530}
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.
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.