commit | 19f15cf75d5c89a376e197e5d2faf4bf0d4448d3 | [log] [tgz] |
---|---|---|
author | Jenna Himawan <[email protected]> | Thu Aug 07 00:07:44 2025 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 07 00:07:44 2025 |
tree | a2d3d29920b72c105d14ed44a2fe2e85abc623e3 | |
parent | 73bcd28e5eee369b5e2c9cd374900ad754efae51 [diff] |
Make ModelList changes atomically This avoids having DataSetObservers trigger before the changes are complete, and fixes a bug where the DataSetObserver would destroy the popup because the menu was (temporarily) empty. Demo: https://screencast.googleplex.com/cast/NDc5Nzk0OTM0NjMxNjI4OHw5NzMyZGFmMC0zNA Bug: 402164499 Change-Id: I6f275088746569bdaaf25417edb39fa3eca52aa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6822505 Commit-Queue: Jenna Himawan <[email protected]> Reviewed-by: Wenyu Fu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497934}
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.