commit | df04f230d625c829950110909bfd9d9a65995ffa | [log] [tgz] |
---|---|---|
author | murakinonoka <murakinonoka@chromium.org> | Thu Dec 21 12:53:09 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 21 12:53:09 2023 |
tree | b93c0b422b783c793f9c3e5d6ae08d50e8352145 | |
parent | 5128c3df3d3d8dcb161b5946fa28432ab110be5d [diff] |
Add the new condition to DCHECK in OnDialogClosed. A dialog can be shown while a page is not bfcached yet, but the user can confirm after the page has navigated away and got into bfcache. This CL adds the condition that rfh is in BFCache to DCHECK in OnDialogClosed. This change comes from the comment here https://chromium-review.googlesource.com/c/chromium/src/+/5105768/comment/7ac9ed76_a7bcfb23/ Change-Id: I111387a96e5f2b55bccdabafbfb83cbd5352a769 Bug: 1511153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5143369 Reviewed-by: Fergal Daly <fergal@chromium.org> Commit-Queue: Nonoka Muraki <murakinonoka@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1240101}
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.