commit | 1f6d82f504ed5df90072ba1a06d2ac50ff165c07 | [log] [tgz] |
---|---|---|
author | David Black <dmblack@google.com> | Thu Aug 05 05:14:21 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 05 05:14:21 2021 |
tree | 87ef79435cd8fd5faf147dd7d4ecc2b5bfa90e90 | |
parent | c1bc3467117f1d2fbe6f5c23e3ef317921da3f3d [diff] |
`GetAllDownloads()` API should only return downloads once initialized. Prior to initialization, the API should return an empty collection. This is consistent with existing behavior which will only send download creation/update events after initialization is complete. Bug: 1184438 Change-Id: I8c59a7d73117548a7f5c81e4a7a8160cdf040412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3071949 Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#908766}
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.