commit | f18c8ca1a948939ea1991ae0394598bccb747218 | [log] [tgz] |
---|---|---|
author | Peter Kasting <[email protected]> | Wed Oct 04 16:31:51 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Oct 04 16:31:51 2023 |
tree | edeac55e4dc774e9b0243c3bd2116f7f86a9b556 | |
parent | e9ed2801179a99c0cca5097150b2d56940471276 [diff] |
Add (and use) base::RandTimeDelta[UpTo](). This convenience method makes use of random time intervals clearer. This CL is not fully behavior-preserving; it makes subtle edge-case changes in a few cases that I don't think actually matter (or are even bug fixes). Bug: none Change-Id: I80dec46873594d6c9a9d3321ff7006a41a1ab26b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4898399 Reviewed-by: Artem Sumaneev <[email protected]> Commit-Queue: Peter Kasting <[email protected]> Reviewed-by: Gabriel Charette <[email protected]> Owners-Override: Gabriel Charette <[email protected]> Code-Coverage: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#1205301}
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.