commit | 456f2104acad266035bbb6f9c4fd45d7df2db9f0 | [log] [tgz] |
---|---|---|
author | Fiaz Muhammad <mfiaz@google.com> | Fri Feb 14 17:45:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 14 17:45:34 2025 |
tree | f12844da753165311cca08bfcf541ca0cc083bc0 | |
parent | 32c4189778da84cb0d7bc924e5fcc7f0639b5713 [diff] |
[Suppliers] New Behavior & Method Overloads for ObservableSupplier - These overloads lets us specify different behaviors for ObservableSupplier#addObserver: a) Choosing to omit or not omit nulls on add b) Choosing to post vs call the observer on add a) Choosing to notify on add or not - Several new tests - Changes spill over into implementations of ObservableSupplier Bug: 394598049 Change-Id: I035be76c1e4ff862c60fce7fa85f940a7790e344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6233795 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Fiaz Muhammad <mfiaz@google.com> Reviewed-by: Sky Malice <skym@chromium.org> Reviewed-by: Matthew Jones <mdjones@chromium.org> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1420566}
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.