commit | 162610dc33062c839dd2807968593a6b0d67bb04 | [log] [tgz] |
---|---|---|
author | Aaron Leventhal <aleventhal@google.com> | Tue Jun 15 00:26:10 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 15 00:26:10 2021 |
tree | 2b8e77e53cedc3d5f15314ad8ff862fb8967c642 | |
parent | 354425c29a0c35a857df3108ae6dd1aeec0844de [diff] |
Create separate pools for invalidated ids, updates and notifications For invalidated_ids_, tree_update_callback_queue_ and notifications_to_post_, separates into two groups, one for the main document and one for the popup document. This allows code simplification via the removal of add-back logic when they are in the wrong document for processing. Also fixes one issue, where a tree update's node can be adopted by another document, and get into a state where it will never be flushed from the queue. Bug: None Change-Id: I39e91f66121d2fca69edeac2db8811eb070a1924 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2949850 Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#892357}
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.