commit | 59ef7fe3adbf9c08c2c2e308f331672a559a1492 | [log] [tgz] |
---|---|---|
author | Frank Liberato <liberato@chromium.org> | Tue Oct 18 19:17:37 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 18 19:17:37 2022 |
tree | 7c38cef81a583f6202d4c5c046fe25179fe6e327 | |
parent | dd6390d8a2c3d184b7d486c9c7965cd6393b1861 [diff] |
Pre-walk tree during adoption to WillMoveToNewDocument() Before adopting a tree into a new TreeScope, pre-walk the tree being moved and notify all the nodes that they will be leaving the current document, if applicable. This allows them to do clean-up work, such as unregistering event handlers. Bug: 1343016 Change-Id: I2c43a87cdac3fd1398145aa24f7da27b24d15d00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3919946 Auto-Submit: Frank Liberato <liberato@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by: Joey Arhar <jarhar@chromium.org> Reviewed-by: David Baron <dbaron@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/main@{#1060615}
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.