commit | 422dd3e999129c26a797cdd843237ea1163d6839 | [log] [tgz] |
---|---|---|
author | Roland Bock <rbock@google.com> | Mon Apr 12 13:11:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 12 13:11:57 2021 |
tree | c8214deb5a1c55822ed816a3ff0823c3c6b92871 | |
parent | 41fcba3502e8cc05e6155502a5763eb1f2cfb912 [diff] |
Make off-hours policy inform observers less often The off-hours end-time calculation is not precise. There is a microsecond jitter. As a result, off-hour-policy observers get informed about off-hours end-time changes too often. Remove the jitter to inform observers only in case of real changes. Bug: 1188319 Change-Id: I71be45aba94c811792cc42357d00056d4dcd9e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2763243 Commit-Queue: Roland Bock <rbock@google.com> Reviewed-by: Sergey Poromov <poromov@chromium.org> Reviewed-by: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#871456}
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.